Commit 89eff4ca authored by Ludovic Fauvet's avatar Ludovic Fauvet Committed by Jean-Baptiste Kempf

Qt: hide the resume panel when the vout is released

(cherry picked from commit 0a9e3479a69f17734dfe66ee1117839d667c95d8)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 2c39151b
......@@ -761,6 +761,7 @@ void MainInterface::releaseVideoSlot( void )
videoWidget->release();
setVideoOnTop( false );
setVideoFullScreen( false );
hideContinueDialog();
if( stackCentralW->currentWidget() == videoWidget )
restoreStackOldWidget();
......
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