Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8650 in orxonox.OLD


Ignore:
Timestamp:
Jun 21, 2006, 12:21:45 AM (18 years ago)
Author:
bensch
Message:

better draw

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gui/src/lib/gui/gl/glgui_table.cc

    r8649 r8650  
    270270    *row = 0;
    271271    *column = 0;
    272     float columnPos = 0.0f;
    273     float rowPos = 0.0f;
     272    float columnPos = this->borderLeft();
     273    float rowPos = this->borderTop();
    274274
    275275    for (*row = 0; *row < (int)this->rowCount(); (*row)++)
     
    290290  void GLGuiTable::repositionText(unsigned int fromLeft, unsigned int fromTop)
    291291  {
    292     float columnPos = 0.0f;
    293     float rowPos = 0.0f;
     292    float columnPos = this->borderLeft();
     293    float rowPos = this->borderTop();
    294294    unsigned int i, j;
    295295    for (i = 0; i< fromLeft; ++i)
Note: See TracChangeset for help on using the changeset viewer.