QmlDesigner: Fix SpinBox input mouse selection

Task-number: QDS-3046
Change-Id: I27c8aac145157d050cb9cb70120670c6af31bd87
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
This commit is contained in:
Henning Gruendl
2020-11-03 19:20:12 +01:00
committed by Henning Gründl
parent cb34bfc493
commit f8808f6e9d

View File

@@ -237,6 +237,7 @@ TextInput {
PropertyChanges {
target: mouseArea
cursorShape: Qt.PointingHandCursor
enabled: true
}
},
State {
@@ -259,6 +260,7 @@ TextInput {
PropertyChanges {
target: mouseArea
cursorShape: Qt.IBeamCursor
enabled: false
}
},
State {