Commit 0a9e3479 authored by Ludovic Fauvet's avatar Ludovic Fauvet

Qt: hide the resume panel when the vout is released

parent 1cb34c79
...@@ -748,6 +748,7 @@ void MainInterface::releaseVideoSlot( void ) ...@@ -748,6 +748,7 @@ void MainInterface::releaseVideoSlot( void )
videoWidget->release(); videoWidget->release();
setVideoOnTop( false ); setVideoOnTop( false );
setVideoFullScreen( false ); setVideoFullScreen( false );
hideContinueDialog();
if( stackCentralW->currentWidget() == videoWidget ) if( stackCentralW->currentWidget() == videoWidget )
restoreStackOldWidget(); 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