Browse Source

Ensure global tooltip is created for each app

7.0
Seth Hillbrand 3 years ago
parent
commit
0335df77fa
  1. 2
      common/pgm_base.cpp

2
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 )

Loading…
Cancel
Save