Changeset 4825
- Timestamp:
- 06/10/08 07:45:29 (6 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/com/itmill/toolkit/terminal/gwt/client/ui/IScrollTable.java
r4776 r4825 553 553 super.setWidth(width); 554 554 } 555 // contained blocks are relative to parents555 // contained blocks are relatively to container element 556 556 bodyContainer.setWidth("100%"); 557 557 tHead.setWidth("100%"); … … 1310 1310 if (!c.isEnabled()) { 1311 1311 setHeaderCell(index, c); 1312 if (c.getWidth() == -1) { 1313 if (initializedAndAttached) { 1314 // column is not drawn before, 1315 // we will need a column width recalculation 1316 initializedAndAttached = false; 1317 initialContentReceived = false; 1318 isNewBody = true; 1319 } 1320 } 1312 1321 } 1313 1322 }
