vlc/vlc-2.2 | branch: master | Ludovic Fauvet <[email protected]> | Mon Nov 24 16:25:31 2014 +0100| [89eff4ca9b5fc3db859a91e9a18a739538983526] | committer: Jean-Baptiste Kempf
Qt: hide the resume panel when the vout is released (cherry picked from commit 0a9e3479a69f17734dfe66ee1117839d667c95d8) Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=89eff4ca9b5fc3db859a91e9a18a739538983526 --- 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 f91385e..c39dac8 100644 --- a/modules/gui/qt4/main_interface.cpp +++ b/modules/gui/qt4/main_interface.cpp @@ -761,6 +761,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
