Skip to content
GitLab
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
9ab420d1
Commit
9ab420d1
authored
May 11, 2010
by
Thomas Hartmann
Browse files
QmlDesigner.propertyEditor: add missing emit
parent
196350e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/components/propertyeditor/qmlanchorbindingproxy.cpp
View file @
9ab420d1
...
...
@@ -74,7 +74,7 @@ void QmlAnchorBindingProxy::setup(const QmlItemNode &fxItemNode)
if
(
horizontalCentered
())
m_horizontalTarget
=
m_fxItemNode
.
anchors
().
instanceAnchor
(
AnchorLine
::
HorizontalCenter
).
qmlItemNode
();
emit
itemNodeChanged
();
emit
parentChanged
();
emit
topAnchorChanged
();
emit
bottomAnchorChanged
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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