Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jun 15, 2006, 1:30:18 AM (19 years ago)
Author:
bensch
Message:

gui: Coloring-sceme much improved

File:
1 edited

Legend:

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

    r8435 r8437  
    5555
    5656    this->_label.setFont("fonts/final_frontier.ttf", 20);
    57     this->setFrontColor(Color(1, 0, 0, 1.0));
     57    this->_label.setColor(this->frontColor());
    5858
    5959    this->_label.setParent2D(this);
Note: See TracChangeset for help on using the changeset viewer.