Changeset 9556 in orxonox.OLD
- Timestamp:
- Jul 28, 2006, 12:11:07 PM (18 years ago)
- Location:
- branches/proxy/src/lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/gui/gl/glgui_fixedposition_box.cc
r9554 r9556 30 30 { 31 31 this->subscribeEvent(ES_ALL, EV_VIDEO_RESIZE); 32 this->setPosition(position); 32 33 } 33 34 -
branches/proxy/src/lib/network/monitor/network_stats_widget.cc
r9554 r9556 224 224 void NetworkStatsWidget::resize() 225 225 { 226 GLGui Box::resize();226 GLGuiFixedpositionBox::resize(); 227 227 } 228 228
Note: See TracChangeset
for help on using the changeset viewer.