]> source.dussan.org Git - vaadin-framework.git/commitdiff
fixes #1177
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Fri, 23 Nov 2007 07:55:32 +0000 (07:55 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Fri, 23 Nov 2007 07:55:32 +0000 (07:55 +0000)
svn changeset:2894/svn branch:trunk

src/com/itmill/toolkit/terminal/gwt/client/ui/ICustomLayout.java

index 523a887615da7f90a8b3597b111b342a2bc08bbf..62d7cb7fcf4c26c3d1c4e84c5c77f02eb7388219 100644 (file)
@@ -132,6 +132,8 @@ public class ICustomLayout extends ComplexPanel implements Paintable,
         eval(scripts);
         scripts = null;
 
+        iLayout();
+
         // For all contained widgets
         for (Iterator i = uidl.getChildIterator(); i.hasNext();) {
             UIDL uidlForChild = (UIDL) i.next();