Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
f3eaf54a
Commit
f3eaf54a
authored
Apr 07, 2010
by
Thomas Hartmann
Browse files
QmlDesigner.propertyEditor: fix updating of origin
parent
9f0d5d58
Changes
1
Hide whitespace changes
Inline
Side-by-side
share/qtcreator/qmldesigner/propertyeditor/Qt/Modifiers.qml
View file @
f3eaf54a
...
...
@@ -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
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment