Enable auto hide config

This commit is contained in:
Jon Jenssen 2022-11-29 18:22:53 +01:00 committed by Magne Sjaastad
parent 8c50372481
commit eb390100bd

View File

@ -63,6 +63,7 @@ RiuMainWindowBase::RiuMainWindowBase()
, m_windowMenu( nullptr )
, m_mdiArea( nullptr )
{
ads::CDockManager::setAutoHideConfigFlags( ads::CDockManager::DefaultAutoHideConfig );
m_dockManager = new ads::CDockManager( this );
if ( RiaPreferences::current()->useUndoRedo() && RiaApplication::enableDevelopmentFeatures() )