]> git.sesse.net Git - vlc/commitdiff
Qt: fix behaviour in F11 mode.
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 24 Apr 2009 16:45:16 +0000 (18:45 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 24 Apr 2009 16:46:11 +0000 (18:46 +0200)
Close #1717

modules/gui/qt4/main_interface.cpp

index 76784947aa9de0e28939ae095584200be47937cd..e48af0d0d74796e98ccefbb73c4aca99417a2e8d 100644 (file)
@@ -633,6 +633,8 @@ QSize MainInterface::sizeHint() const
  */
 void MainInterface::doComponentsUpdate()
 {
+    if( isFullScreen() ) return;
+
     msg_Dbg( p_intf, "Updating the geometry" );
     /* Here we resize to sizeHint() and not adjustsize because we want
        the videoWidget to be exactly the correctSize */