FEM: automatically detect a suitable scale factor for old project files

This commit is contained in:
wmayer
2022-04-12 15:24:21 +02:00
parent d1f5bb02fc
commit 1688991391
4 changed files with 70 additions and 13 deletions

View File

@@ -96,6 +96,11 @@ void FemPostPlaneFunction::onChanged(const Property* prop) {
Fem::FemPostFunction::onChanged(prop);
}
void FemPostPlaneFunction::onDocumentRestored() {
// This is to notify the view provider that the document has been fully restored
Normal.touch();
}