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:
@@ -69,12 +69,8 @@ public:
|
||||
RimMdiWindowGeometry windowGeometryForViewer( QWidget* viewer );
|
||||
void loadWinGeoAndDockToolBarLayout();
|
||||
void saveWinGeoAndDockToolBarLayout();
|
||||
void storeDefaultDockWidgetVisibilitiesIfRequired();
|
||||
void restoreDockWidgetVisibilities();
|
||||
void showWindow();
|
||||
|
||||
void hideAllDockWidgets();
|
||||
|
||||
std::vector<caf::PdmUiTreeView*> projectTreeViews();
|
||||
caf::PdmUiTreeView* projectTreeView( int treeId );
|
||||
caf::PdmUiTreeView* getTreeViewWithItem( const caf::PdmUiItem* item );
|
||||
|
||||
Reference in New Issue
Block a user