Toponaming: Remove updateElementReferences call in PropertyLinkSub (#23263)

* remove updateElementReferences call in PropertyLinkSub

* Retrigger checks

* update element refs after the document has restored
This commit is contained in:
drwho495
2025-08-25 21:39:40 -05:00
committed by GitHub
parent f7f9692c57
commit 3ee1e3335f
3 changed files with 26 additions and 2 deletions

View File

@@ -911,6 +911,7 @@ std::vector<Document*> Application::openDocuments(const std::vector<std::string>
FC_DURATION_LOG(timing.d2, doc.getDocumentName() << " postprocess");
}
FC_TIME_LOG(t,"total");
PropertyLinkBase::updateAllElementReferences();
_isRestoring = false;
signalFinishOpenDocument();