Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8631 in orxonox.OLD for branches/gui/src/lib/gui/gl/glgui_table.cc


Ignore:
Timestamp:
Jun 20, 2006, 2:39:13 PM (18 years ago)
Author:
bensch
Message:

gui: color-animation

File:
1 edited

Legend:

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

    r8629 r8631  
    216216  }
    217217
    218 
    219   /**
    220    * @brief ticks the Table
    221    * @param dt the time passed.
    222    */
    223   void GLGuiTable::tick(float dt)
    224 {}
    225218
    226219  /**
     
    304297    text->setLineWidth( this->_columnWidths[column] );
    305298    text->setFont("fonts/final_frontier.ttf", (int)this->textSize());
     299    text->setColor(this->foregroundColor());
    306300
    307301    text->setColor(this->foregroundColor());
Note: See TracChangeset for help on using the changeset viewer.