]> source.dussan.org Git - vaadin-framework.git/commitdiff
Run layouts when Window size changed (#8313)
authorLeif Åstrand <leif@vaadin.com>
Tue, 14 Feb 2012 14:04:56 +0000 (16:04 +0200)
committerLeif Åstrand <leif@vaadin.com>
Tue, 14 Feb 2012 14:04:56 +0000 (16:04 +0200)
src/com/vaadin/terminal/gwt/client/ui/VWindow.java

index ff1608cb71b40a6a692740c93ad06676d11eec03..c4dfb4709122577d3d268870d68c0d52a60832d4 100644 (file)
@@ -752,6 +752,7 @@ public class VWindow extends VOverlay implements ShortcutActionHandlerOwner,
         }
 
         Util.runWebkitOverflowAutoFix(contentPanel.getElement());
+        client.doLayout(false);
     }
 
     @Override