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

QmlDesigner.propertyEditor: fix SpinBox.qml

parent 35eec621
No related merge requests found
......@@ -29,6 +29,7 @@ QWidget { //This is a special spinBox that does color coding for states
Script {
function evaluate() {
if (!enabled) {
box.setStyleSheet("color: "+scheme.disabledColor);
} else {
......
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