vlc | branch: master | Ludovic Fauvet <[email protected]> | Mon Nov 24 16:25:31 
2014 +0100| [0a9e3479a69f17734dfe66ee1117839d667c95d8] | committer: Ludovic 
Fauvet

Qt: hide the resume panel when the vout is released

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0a9e3479a69f17734dfe66ee1117839d667c95d8
---

 modules/gui/qt4/main_interface.cpp |    1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/gui/qt4/main_interface.cpp 
b/modules/gui/qt4/main_interface.cpp
index 0fa217a..28f7bf5 100644
--- a/modules/gui/qt4/main_interface.cpp
+++ b/modules/gui/qt4/main_interface.cpp
@@ -748,6 +748,7 @@ void MainInterface::releaseVideoSlot( void )
     videoWidget->release();
     setVideoOnTop( false );
     setVideoFullScreen( false );
+    hideContinueDialog();
 
     if( stackCentralW->currentWidget() == videoWidget )
         restoreStackOldWidget();

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to