Add fullscreen button/shortcut to 3d window

This commit is contained in:
Jon Jenssen
2023-04-26 16:30:15 +02:00
committed by jonjenssen
parent 0907f57de9
commit c86ce05f9a
6 changed files with 35 additions and 2 deletions

View File

@@ -52,8 +52,6 @@
#include <QUndoStack>
#include <QUndoView>
#define DOCKSTATE_VERSION 3
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
@@ -184,6 +182,8 @@ void RiuMainWindowBase::loadWinGeoAndDockToolBarLayout()
}
}
m_lastDockState = m_dockManager->saveState( DOCKSTATE_VERSION );
settings.beginGroup( registryFolderName() );
m_dockManager->loadPerspectives( settings );
}