mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-20 11:48:35 -06:00
#3012 Selection manager is not cleared when project is closed
This commit is contained in:
parent
4ddacad385
commit
d353a9fc44
@ -87,6 +87,7 @@
|
||||
#include "cafPdmUiTreeView.h"
|
||||
#include "cafProgressInfo.h"
|
||||
#include "cafQTreeViewStateSerializer.h"
|
||||
#include "cafSelectionManager.h"
|
||||
#include "cafUiProcess.h"
|
||||
#include "cafUtils.h"
|
||||
|
||||
@ -987,6 +988,7 @@ void RiaApplication::closeProject()
|
||||
terminateProcess();
|
||||
|
||||
RiuSelectionManager::instance()->deleteAllItems();
|
||||
caf::SelectionManager::instance()->clearAll();
|
||||
|
||||
mainWnd->cleanupGuiBeforeProjectClose();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user