mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Make sure all project windows are closed down as part of closeProject()
This commit is contained in:
parent
4a6e156a68
commit
bc85ecd6ab
@ -617,6 +617,9 @@ bool RiaApplication::closeProject(bool askToSaveIfDirty)
|
||||
|
||||
onProjectOpenedOrClosed();
|
||||
|
||||
// Make sure all project windows are closed down properly before returning
|
||||
processEvents();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user