Commit 4bbf555a authored by Gildas Bazin's avatar Gildas Bazin

* modules/gui/wxwindows/timer.cpp: fixed interface flickering.

parent 88dbb25a
......@@ -266,7 +266,7 @@ void Timer::Notify()
/* Show the slider if it's position is significant */
p_main_interface->ShowSlider();
}
else
else if( pos.f_float <= 0.0 )
{
p_main_interface->m_slider_timer.Start(200, wxTIMER_ONE_SHOT);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment