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