QmlDesigner: Ignore properties when making document as modified

Change-Id: I659fc3e035c4b98500e700779e4e2a2627a18eb2
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
This commit is contained in:
Thomas Hartmann
2022-08-23 17:28:11 +02:00
parent 26e5e74561
commit 83e1e4c2d6

View File

@@ -486,6 +486,9 @@ void RewriterView::auxiliaryDataChanged(const ModelNode &node, const PropertyNam
return;
}
if (name == "matPrevEnv" || name == "matPrevEnvValue" || name == "matPrevModel")
return;
m_textModifier->textDocument()->setModified(true);
}