Fix tile windows command, and make sure logger is reconnected to 3d view if it is closed and reopened

This commit is contained in:
Jon Jenssen
2022-09-15 08:19:41 +02:00
committed by Magne Sjaastad
parent 7e31e6e55a
commit 86b21714eb
9 changed files with 35 additions and 4 deletions
@@ -2105,3 +2105,11 @@ QStringList RiuMainWindow::defaultDockStateNames()
RiuDockWidgetTools::dockStateHideAll3DWindowName() };
return retList;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
QAction* RiuMainWindow::tileSubWindowsAction()
{
return caf::CmdFeatureManager::instance()->action( "RicTileWindowsFeature" );
}