Skip to content
Snippets Groups Projects
Commit 3b71f475 authored by Thomas Hartmann's avatar Thomas Hartmann
Browse files

QmlDesigner.propertyEditor: fix bug in qml

parent 2f79b60f
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ QWidget { //This is a special spinBox that does color coding for states
QSpinBox {
property alias backendValue: spinBox.backendValue
enabled: !backendValue.isBound && doubleSpinBox.enabled;
enabled: !backendValue.isBound && spinBox.enabled;
keyboardTracking: false;
id: box;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment