Commit 170a67b5 authored by Ludovic Fauvet's avatar Ludovic Fauvet Committed by Jean-Baptiste Kempf

Qt: hide the tip when the playback ends (blind fix for #6120)

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 962d67d2
...@@ -162,6 +162,7 @@ void SeekSlider::setPosition( float pos, int64_t time, int length ) ...@@ -162,6 +162,7 @@ void SeekSlider::setPosition( float pos, int64_t time, int length )
if( pos == -1.0 ) if( pos == -1.0 )
{ {
setEnabled( false ); setEnabled( false );
mTimeTooltip->hide();
isSliding = false; isSliding = false;
} }
else else
......
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