From f3eaf54a8e929d916f90d57fd5476aff82b2a514 Mon Sep 17 00:00:00 2001
From: Thomas Hartmann <Thomas.Hartmann@nokia.com>
Date: Wed, 7 Apr 2010 14:27:52 +0200
Subject: [PATCH] QmlDesigner.propertyEditor: fix updating of origin

---
 .../qtcreator/qmldesigner/propertyeditor/Qt/Modifiers.qml | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/Modifiers.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/Modifiers.qml
index d9c6f4a7b77..696f5977baa 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/Modifiers.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/Modifiers.qml
@@ -75,17 +75,13 @@ GroupBox {
                 ComboBox {
                     minimumWidth: 20
                     baseStateFlag: isBaseState
-                    backendValue: backendValues.transformOrigin
 
                     items : { [
                             "TopLeft", "Top", "TopRight", "Left", "Center", "Right", "BottomLeft", "Bottom",
                             "BottomRight"
                             ] }
-
-                            currentText: backendValues.transformOrigin.value;
-                            onItemsChanged: {
-                                currentText =  backendValues.transformOrigin.value;
-                            }
+										
+					backendValue: backendValues.transformOrigin
                 }
             }
         }
-- 
GitLab