git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b1be49
)
Hopefully close #1717
author
Jean-Baptiste Kempf
<jb@videolan.org>
Mon, 25 Aug 2008 02:30:48 +0000
(19:30 -0700)
committer
Jean-Baptiste Kempf
<jb@videolan.org>
Mon, 25 Aug 2008 02:30:48 +0000
(19:30 -0700)
modules/gui/qt4/main_interface.cpp
patch
|
blob
|
history
diff --git
a/modules/gui/qt4/main_interface.cpp
b/modules/gui/qt4/main_interface.cpp
index
f5cd1d9
..
faed371
100644
(file)
--- 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();
}