forked from qt-creator/qt-creator
QmlDesigner: Do not mark file as changed for "formeditorColor"
Task-number: QDS-4044 Change-Id: I52a3707edeee8c2204fb67d8101d2a0e99af06ae Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
@@ -448,7 +448,7 @@ void RewriterView::auxiliaryDataChanged(const ModelNode &node, const PropertyNam
|
||||
return;
|
||||
|
||||
if (node.isRootNode()) {
|
||||
if (name == "width" || name == "height" || name == "autoSize")
|
||||
if (name == "width" || name == "height" || name == "autoSize" || name == "formeditorColor")
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user