Changeset 13041 for OpenSceneGraph/trunk/src/osgWidget/Box.cpp
- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/src/osgWidget/Box.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgWidget/Box.cpp
r12292 r13041 112 112 113 113 // Immediately reset our xoff for the next iteration. 114 if(_uniform) { 114 if(_uniform) { 115 115 _positionWidget(widget, maxWidth, maxHeight); 116 116 … … 179 179 _getMaxWidgetMinHeightTotal() * size() 180 180 ); 181 181 182 182 else return Sizes( 183 183 _accumulate<Plus>(&Widget::getHeightTotal),
