]> git.sesse.net Git - vlc/commitdiff
Qt: hide the tip when the playback ends (blind fix for #6120)
authorLudovic Fauvet <etix@videolan.org>
Thu, 15 Mar 2012 23:03:16 +0000 (00:03 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 15 Mar 2012 23:09:12 +0000 (00:09 +0100)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/gui/qt4/util/input_slider.cpp

index 1b8db5ebde981166fe7994d3bcda34698cd8a092..0e70263303c666a2f8cac8fbf3e4067521dc555d 100644 (file)
@@ -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