Changeset 8650 in orxonox.OLD for branches/gui/src
- Timestamp:
- Jun 21, 2006, 12:21:45 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/src/lib/gui/gl/glgui_table.cc
r8649 r8650 270 270 *row = 0; 271 271 *column = 0; 272 float columnPos = 0.0f;273 float rowPos = 0.0f;272 float columnPos = this->borderLeft(); 273 float rowPos = this->borderTop(); 274 274 275 275 for (*row = 0; *row < (int)this->rowCount(); (*row)++) … … 290 290 void GLGuiTable::repositionText(unsigned int fromLeft, unsigned int fromTop) 291 291 { 292 float columnPos = 0.0f;293 float rowPos = 0.0f;292 float columnPos = this->borderLeft(); 293 float rowPos = this->borderTop(); 294 294 unsigned int i, j; 295 295 for (i = 0; i< fromLeft; ++i)
Note: See TracChangeset
for help on using the changeset viewer.