QmlDesigner.propertyEditor: fix SpinBox.qml

This commit is contained in:
Thomas Hartmann
2010-02-25 17:48:59 +01:00
parent 35eec621f7
commit 72c165fec5

View File

@@ -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 {