[vlc-commits] Qt: hide the resume panel when the vout is released

Ludovic Fauvet git at videolan.org
Mon Nov 24 18:15:06 CET 2014


vlc | branch: master | Ludovic Fauvet <etix at videolan.org> | 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();



More information about the vlc-commits mailing list