]> source.dussan.org Git - vaadin-framework.git/commitdiff
fixes #3145
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 2 Sep 2009 04:20:04 +0000 (04:20 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 2 Sep 2009 04:20:04 +0000 (04:20 +0000)
svn changeset:8629/svn branch:6.1

src/com/vaadin/terminal/gwt/client/ui/VScrollTable.java

index e25fc815efde14cf340e1efb1d1a5796ccbdfc46..325f9bd3c2479c9de299a6266e8443bfe9bb6e07 100644 (file)
@@ -682,6 +682,9 @@ public class VScrollTable extends FlowPanel implements Table, ScrollHandler {
             }
             i++;
         }
+
+        initializedAndAttached = true;
+
         if (needsReLayout) {
             scrollBody.reLayoutComponents();
         }
@@ -746,7 +749,6 @@ public class VScrollTable extends FlowPanel implements Table, ScrollHandler {
                 }
             }
         }
-        initializedAndAttached = true;
     }
 
     private boolean willHaveScrollbars() {