Ensure global tooltip is created for each app
This commit is contained in:
parent
c6d9dcdad5
commit
0335df77fa
|
@ -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)
|
// Need to create a project early for now (it can have an empty path for the moment)
|
||||||
GetSettingsManager().LoadProject( "" );
|
GetSettingsManager().LoadProject( "" );
|
||||||
|
|
||||||
// TODO: Move tooltips into KIPLATFORM
|
|
||||||
// This sets the maximum tooltip display duration to 10s (up from 5) but only affects
|
// 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
|
// Windows as other platforms display tooltips while the mouse is not moving
|
||||||
|
wxToolTip::Enable( true );
|
||||||
wxToolTip::SetAutoPop( 10000 );
|
wxToolTip::SetAutoPop( 10000 );
|
||||||
|
|
||||||
if( ADVANCED_CFG::GetCfg().m_UpdateUIEventInterval != 0 )
|
if( ADVANCED_CFG::GetCfg().m_UpdateUIEventInterval != 0 )
|
||||||
|
|
Loading…
Reference in New Issue