Browse Source

Forgot a '0' in tool tip commit

6.0.7
Seth Hillbrand 5 years ago
parent
commit
e73b852c2a
  1. 2
      common/pgm_base.cpp

2
common/pgm_base.cpp

@ -457,7 +457,7 @@ bool PGM_BASE::InitPgm()
// 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::SetAutoPop( 1000 );
wxToolTip::SetAutoPop( 10000 );
return true;
}

Loading…
Cancel
Save