]> git.sesse.net Git - vlc/commitdiff
qt4: remove double check of isFullScreen
authorRémi Denis-Courmont <remi@remlab.net>
Mon, 11 May 2009 17:12:27 +0000 (20:12 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Mon, 11 May 2009 17:12:27 +0000 (20:12 +0300)
modules/gui/qt4/main_interface.cpp

index 8baf686df71f3ebcf5fddb614bf7fd8338086109..7bb39c12796abaad08b199e28a414935e4f6f5b8 100644 (file)
@@ -760,7 +760,7 @@ void MainInterface::releaseVideoSlot( void )
     videoIsActive = false;
 
     /* Try to resize, except when you are in Fullscreen mode */
-    if( !isFullScreen() ) doComponentsUpdate();
+    doComponentsUpdate();
 }
 
 /* Call from WindowControl function */