mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 00:07:24 +00:00
Automatic merge branch 'main' into 'devel'
This commit is contained in:
commit
ad68fbc50c
@ -1633,7 +1633,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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user