mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Get rid of "ghost" windows on startup. (#9171)
* Get rid of "ghost" windows on startup. Removes hide all docking windows feature for now, to be replaced by a new implementation. Will probably break some tests due to this.
This commit is contained in:
committed by
Magne Sjaastad
parent
b5708424e2
commit
99f17f1818
@@ -82,7 +82,6 @@ caf::PdmScriptResponse RicfExportSnapshots::execute()
|
||||
|
||||
RiuMainWindow* mainWnd = RiuMainWindow::instance();
|
||||
CVF_ASSERT( mainWnd );
|
||||
mainWnd->hideAllDockWidgets();
|
||||
RiaGuiApplication::instance()->processEvents();
|
||||
|
||||
QString absolutePathToSnapshotDir =
|
||||
@@ -134,7 +133,6 @@ caf::PdmScriptResponse RicfExportSnapshots::execute()
|
||||
fileSuffix );
|
||||
}
|
||||
|
||||
mainWnd->loadWinGeoAndDockToolBarLayout();
|
||||
RiaGuiApplication::instance()->processEvents();
|
||||
|
||||
return caf::PdmScriptResponse();
|
||||
|
||||
Reference in New Issue
Block a user