[vlc-commits] Qt: hide the tip when the playback ends (blind fix for #6120)
Ludovic Fauvet
git at videolan.org
Fri Mar 16 00:09:21 CET 2012
vlc | branch: master | Ludovic Fauvet <etix at videolan.org> | Fri Mar 16 00:03:16 2012 +0100| [170a67b5754055f0973187ebfcea0b5860da482a] | committer: Jean-Baptiste Kempf
Qt: hide the tip when the playback ends (blind fix for #6120)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=170a67b5754055f0973187ebfcea0b5860da482a
---
modules/gui/qt4/util/input_slider.cpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/gui/qt4/util/input_slider.cpp b/modules/gui/qt4/util/input_slider.cpp
index 1b8db5e..0e70263 100644
--- a/modules/gui/qt4/util/input_slider.cpp
+++ b/modules/gui/qt4/util/input_slider.cpp
@@ -162,6 +162,7 @@ void SeekSlider::setPosition( float pos, int64_t time, int length )
if( pos == -1.0 )
{
setEnabled( false );
+ mTimeTooltip->hide();
isSliding = false;
}
else
More information about the vlc-commits
mailing list