Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8583 in orxonox.OLD for branches/gui/src/lib/gui/gl/glgui_button.cc


Ignore:
Timestamp:
Jun 19, 2006, 1:20:42 PM (18 years ago)
Author:
bensch
Message:

gui: using style.

File:
1 edited

Legend:

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

    r8448 r8583  
    5555
    5656    this->_label.setFont("fonts/final_frontier.ttf", 20);
    57     this->_label.setColor(this->frontColor());
     57    this->_label.setColor(this->foregroundColor() );
    5858
    5959    this->_label.setParent2D(this);
     
    7171  void GLGuiButton::updateFrontColor()
    7272  {
    73     this->_label.setColor(this->frontColor());
     73    this->_label.setColor(this->foregroundColor());
    7474  }
    7575
Note: See TracChangeset for help on using the changeset viewer.