Browse Source

fixes #3145

svn changeset:8629/svn branch:6.1
tags/6.7.0.beta1
Matti Tahvonen 15 years ago
parent
commit
2337890256
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      src/com/vaadin/terminal/gwt/client/ui/VScrollTable.java

+ 3
- 1
src/com/vaadin/terminal/gwt/client/ui/VScrollTable.java View 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() {

Loading…
Cancel
Save