From 292bba8cba1ac75a3d569c8d32d3507c9faef4f8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Leif=20=C3=85strand?= Date: Tue, 14 Feb 2012 16:04:56 +0200 Subject: [PATCH] Run layouts when Window size changed (#8313) --- src/com/vaadin/terminal/gwt/client/ui/VWindow.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/com/vaadin/terminal/gwt/client/ui/VWindow.java b/src/com/vaadin/terminal/gwt/client/ui/VWindow.java index ff1608cb71..c4dfb47091 100644 --- a/src/com/vaadin/terminal/gwt/client/ui/VWindow.java +++ b/src/com/vaadin/terminal/gwt/client/ui/VWindow.java @@ -752,6 +752,7 @@ public class VWindow extends VOverlay implements ShortcutActionHandlerOwner, } Util.runWebkitOverflowAutoFix(contentPanel.getElement()); + client.doLayout(false); } @Override -- 2.39.5