Skip to content
Snippets Groups Projects
Commit f3eaf54a authored by Thomas Hartmann's avatar Thomas Hartmann
Browse files

QmlDesigner.propertyEditor: fix updating of origin

parent 9f0d5d58
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
}
}
......
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