From 72c165fec53fd4611ffe3a5b016d24784272c7a1 Mon Sep 17 00:00:00 2001
From: Thomas Hartmann <Thomas.Hartmann@nokia.com>
Date: Thu, 25 Feb 2010 17:48:59 +0100
Subject: [PATCH] QmlDesigner.propertyEditor: fix SpinBox.qml

---
 share/qtcreator/qmldesigner/propertyeditor/Qt/SpinBox.qml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/SpinBox.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/SpinBox.qml
index c2ad6ef76e6..81d08eabcad 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/SpinBox.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/SpinBox.qml
@@ -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 {
-- 
GitLab