forked from qt-creator/qt-creator
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>
This commit is contained in:
committed by
Henning Gründl
parent
9bde8dc3e8
commit
db46d8d76f
@@ -593,6 +593,7 @@ Rectangle {
|
|||||||
NumberAnimation {
|
NumberAnimation {
|
||||||
properties: "x,y"
|
properties: "x,y"
|
||||||
easing.type: Easing.OutQuad
|
easing.type: Easing.OutQuad
|
||||||
|
duration: 100
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user