diff --git a/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp b/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp index 13025709909e1cfaea181a56df9f89700914b9c4..38cc089edb41cb955ddf7de0138820c415db4067 100644 --- a/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp +++ b/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp @@ -294,7 +294,7 @@ void PropertyEditor::anyPropertyChanged(const QmlObjectNode &fxObjectNode) void PropertyEditor::otherPropertyChanged(const QmlObjectNode &fxObjectNode) { - QmlModelView::transformChanged(fxObjectNode); + QmlModelView::otherPropertyChanged(fxObjectNode); anyPropertyChanged(fxObjectNode); }