From d5125309582c3b13b80dfd1b4093edcbb00fe200 Mon Sep 17 00:00:00 2001 From: Thomas Hartmann <Thomas.Hartmann@nokia.com> Date: Tue, 16 Feb 2010 12:43:29 +0100 Subject: [PATCH] QmlDesigner.propertyEditor: optimization --- .../qmldesigner/components/propertyeditor/propertyeditor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp b/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp index f7ece5729ed..b134883afca 100644 --- a/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp +++ b/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp @@ -400,9 +400,9 @@ void PropertyEditor::transformChanged(const QmlObjectNode &fxObjectNode) { QmlModelView::transformChanged(fxObjectNode); - anyPropertyChanged(fxObjectNode); return ; + geometryPropertyChanged(fxObjectNode); } void PropertyEditor::setQmlDir(const QString &qmlDir) -- GitLab