aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Gruendl <henning.gruendl@qt.io>2022-09-26 11:37:28 +0200
committerHenning Gründl <henning.gruendl@qt.io>2022-09-26 10:05:59 +0000
commitdb46d8d76fb7eef445f071bd37914707cfaea887 (patch)
tree289087280ddeaaf57572d0f080ace0fdf227ca6c
parent9bde8dc3e8dc853959895e653a41bf6ed3a67f95 (diff)
QmlDesigner: Avoid drag and drop faulty state
Avoid the issue described in QTBUG-106943 by reducing the animation duration. Change-Id: Ide2004885d945680fa80cb8d0f10968ae33c8611 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io> Reviewed-by: Brook Cronin <brook.cronin@qt.io>
-rw-r--r--share/qtcreator/qmldesigner/newstateseditor/Main.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/qtcreator/qmldesigner/newstateseditor/Main.qml b/share/qtcreator/qmldesigner/newstateseditor/Main.qml
index 9bc9e6eb4b..29feb5741d 100644
--- a/share/qtcreator/qmldesigner/newstateseditor/Main.qml
+++ b/share/qtcreator/qmldesigner/newstateseditor/Main.qml
@@ -593,6 +593,7 @@ Rectangle {
NumberAnimation {
properties: "x,y"
easing.type: Easing.OutQuad
+ duration: 100
}
}