Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
4bbf555a
Commit
4bbf555a
authored
Apr 21, 2005
by
gbazin
Browse files
* modules/gui/wxwindows/timer.cpp: fixed interface flickering.
parent
88dbb25a
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/wxwindows/timer.cpp
View file @
4bbf555a
...
...
@@ -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
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment