Set the tooltip timer to the max accepted value

This commit is contained in:
uclaros 2016-11-09 21:41:47 +02:00
parent 8910b4970a
commit 07009b601f

View File

@ -33,6 +33,10 @@ sub new {
$self->_init_tabpanel;
$self->_init_menubar;
# set default tooltip timer in msec
# SetAutoPop supposedly accepts long integers but some bug doesn't allow for larger values
Wx::ToolTip::SetAutoPop(32767);
# initialize status bar
$self->{statusbar} = Slic3r::GUI::ProgressStatusBar->new($self, -1);
$self->{statusbar}->SetStatusText("Version $Slic3r::VERSION - Remember to check for updates at http://slic3r.org/");