diff --git a/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp b/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp index 780343f9a04..f92426dac54 100644 --- a/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp +++ b/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp @@ -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); }