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
Tobias Hunger
qt-creator
Commits
c89d75df
Commit
c89d75df
authored
Feb 11, 2010
by
Marco Bubke
Browse files
Fix the change notifiers in the property editor
parent
2b1adbf6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp
View file @
c89d75df
...
...
@@ -290,11 +290,14 @@ void PropertyEditor::anyPropertyChanged(const QmlObjectNode &fxObjectNode)
void
PropertyEditor
::
otherPropertyChanged
(
const
QmlObjectNode
&
fxObjectNode
)
{
QmlModelView
::
transformChanged
(
fxObjectNode
);
anyPropertyChanged
(
fxObjectNode
);
}
void
PropertyEditor
::
transformChanged
(
const
QmlObjectNode
&
fxObjectNode
)
{
QmlModelView
::
transformChanged
(
fxObjectNode
);
anyPropertyChanged
(
fxObjectNode
);
}
...
...
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