This commit is contained in:
alemuntoni 2022-12-09 11:57:23 +01:00
parent 27a7dffd59
commit 93026d331b

View File

@ -1724,7 +1724,12 @@ bool MainWindow::openProject(QString fileName, bool append)
}
meshDoc()->setBusy(false);
if(this->GLA() == 0) return false;
// here we update the visibility of all the meshes.
// yet another workaround for a problem that would be easy to solve in a well structured
// codebase.
if(this->GLA() == 0) return false;
else GLA()->updateMeshSetVisibilities();
MultiViewer_Container* mvc = currentViewContainer();
if (mvc != NULL)