diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/SpinBox.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/SpinBox.qml index b32f63cbb45..733008e4856 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/SpinBox.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/SpinBox.qml @@ -91,7 +91,6 @@ QWidget { //This is a special spinBox that does color coding for states transaction.end(); } onEditingFinished: { - focus = false; } } }