diff --git a/common/pgm_base.cpp b/common/pgm_base.cpp index 6b233bddb1..d3c910dd7f 100644 --- a/common/pgm_base.cpp +++ b/common/pgm_base.cpp @@ -472,9 +472,9 @@ bool PGM_BASE::InitPgm( bool aHeadless, bool aSkipPyInit ) // Need to create a project early for now (it can have an empty path for the moment) GetSettingsManager().LoadProject( "" ); - // TODO: Move tooltips into KIPLATFORM // This sets the maximum tooltip display duration to 10s (up from 5) but only affects // Windows as other platforms display tooltips while the mouse is not moving + wxToolTip::Enable( true ); wxToolTip::SetAutoPop( 10000 ); if( ADVANCED_CFG::GetCfg().m_UpdateUIEventInterval != 0 )