Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jun 20, 2006, 1:45:44 AM (18 years ago)
Author:
bensch
Message:

style enbedded into gui, as it was redundant

File:
1 edited

Legend:

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

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