diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/Modifiers.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/Modifiers.qml
index d9c6f4a7b77b109bbad047bf97338948cfcfba18..696f5977baa1a6645b0e80b1208bf517b36817a0 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
                 }
             }
         }