From 32bcf26eaf75068c112548645e5638b5e1f824ab Mon Sep 17 00:00:00 2001 From: Michail Vourlakos Date: Mon, 30 Dec 2019 19:13:10 +0200 Subject: [PATCH] [qt5.14] - restore editVisual to normal --when the view settings window is closed then the View must return to normal mode and disable the editMode. In qt 5.14 default states that have a "when" property do not play well BUG:412940 --- containment/package/contents/ui/editmode/Visual.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/containment/package/contents/ui/editmode/Visual.qml b/containment/package/contents/ui/editmode/Visual.qml index a071f1ded..b99d658ac 100644 --- a/containment/package/contents/ui/editmode/Visual.qml +++ b/containment/package/contents/ui/editmode/Visual.qml @@ -318,7 +318,8 @@ Item{ states: [ State{ name: "*" - when: !plasmaEditMode + //! since qt 5.14 default state can not use "when" property + //! it breaks restoring transitions otherwise }, State{