Changeset 13041 for OpenSceneGraph/trunk/src/osgWidget/Table.cpp
- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/src/osgWidget/Table.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgWidget/Table.cpp
r12292 r13041 82 82 for(unsigned int row = 0; row < _rows; row++) { 83 83 point_type h = height / numRowFills; 84 84 85 85 if(cur >= _lastRowAdd && hrem) { 86 86 _lastRowAdd++; … … 148 148 getColumnWidths(cols); 149 149 getColumnMinWidths(minCols); 150 150 151 151 return Sizes( 152 152 std::accumulate(cols.begin(), cols.end(), 0.0f, Plus()),
