[vlc-devel] commit: Hopefully close #1717 (Jean-Baptiste Kempf )
git version control
git at videolan.org
Mon Aug 25 07:26:06 CEST 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Aug 24 19:30:48 2008 -0700| [a862c2a47586a7ef3b1243cc6b0fcd46fc06a452] | committer: Jean-Baptiste Kempf
Hopefully close #1717
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a862c2a47586a7ef3b1243cc6b0fcd46fc06a452
---
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