diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/RealSpinBoxInput.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/RealSpinBoxInput.qml index 31c2bccf6fc..97497573928 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/RealSpinBoxInput.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/RealSpinBoxInput.qml @@ -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 {