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{