Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8612 in orxonox.OLD


Ignore:
Timestamp:
Jun 20, 2006, 10:49:13 AM (18 years ago)
Author:
bensch
Message:

better coloring

File:
1 edited

Legend:

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

    r8611 r8612  
    111111
    112112    this->setForegroundColor(Color(1, 0, 0, 1), OrxGui::Normal);
    113     this->setForegroundColor(Color(0, 1, 0, 1), OrxGui::Selected);
    114     this->setForegroundColor(Color(0, 0, 1, 1), OrxGui::Focused);
     113    this->setForegroundColor(Color(0, 0, 1, 1), OrxGui::Selected);
     114    this->setForegroundColor(Color(0, 1, 0, 1), OrxGui::Focused);
    115115    this->setForegroundColor(Color(.1, .1, .1, 1), OrxGui::Insensitive);
    116116
Note: See TracChangeset for help on using the changeset viewer.