[vlc-devel] commit: Hopefully close #1717 (Jean-Baptiste Kempf )

git version control git at videolan.org
Mon Aug 25 16:02:07 CEST 2008


vlc | branch: 0.9-bugfix | Jean-Baptiste Kempf <jb at videolan.org> | Sun Aug 24 19:30:48 2008 -0700| [7012cd22ad18fcf1b3e8538d6eeeb2f2cbdc39c4] | committer: Christophe Mutricy 

Hopefully close #1717
(cherry picked from commit a862c2a47586a7ef3b1243cc6b0fcd46fc06a452)

Signed-off-by: Christophe Mutricy <xtophe at videolan.org>

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

 modules/gui/qt4/main_interface.cpp |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/modules/gui/qt4/main_interface.cpp b/modules/gui/qt4/main_interface.cpp
index f5cd1d9..faed371 100644
--- a/modules/gui/qt4/main_interface.cpp
+++ b/modules/gui/qt4/main_interface.cpp
@@ -1170,7 +1170,10 @@ void MainInterface::closeEvent( QCloseEvent *e )
 void MainInterface::toggleFullScreen( void )
 {
     if( isFullScreen() )
+    {
         showNormal();
+        emit askUpdate(); // Needed if video was launched after the F11
+    }
     else
         showFullScreen();
 }




More information about the vlc-devel mailing list