#1430 When closing top level windows, do not close project if other is visible

This commit is contained in:
Magne Sjaastad
2017-04-25 15:01:31 +02:00
parent 64d41fa109
commit 63b07b1152
4 changed files with 33 additions and 0 deletions

View File

@@ -185,6 +185,9 @@ public:
static RimViewWindow* activeViewWindow();
bool isMain3dWindowVisible() const;
bool isMainPlotWindowVisible() const;
bool tryCloseMainWindow();
bool tryClosePlotWindow();