mirror of
https://github.com/OPM/ResInsight.git
synced 2026-08-02 09:39:37 -05:00
Fix tile windows command, and make sure logger is reconnected to 3d view if it is closed and reopened
This commit is contained in:
committed by
Magne Sjaastad
parent
7e31e6e55a
commit
86b21714eb
@@ -2105,3 +2105,11 @@ QStringList RiuMainWindow::defaultDockStateNames()
|
||||
RiuDockWidgetTools::dockStateHideAll3DWindowName() };
|
||||
return retList;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
QAction* RiuMainWindow::tileSubWindowsAction()
|
||||
{
|
||||
return caf::CmdFeatureManager::instance()->action( "RicTileWindowsFeature" );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user