Changeset 9019 in orxonox.OLD for trunk/src/lib/gui
- Timestamp:
- Jul 2, 2006, 4:41:32 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/gui/gl/glgui_widget.cc
r8990 r9019 116 116 this->_style[3]._background.setBlendFunc( GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); 117 117 118 this->setForegroundColor(Color( 1, 0, 0, 1), OrxGui::Normal);119 this->setForegroundColor(Color(0, 0, 1, 1), OrxGui::Selected);120 this->setForegroundColor(Color(0, 1,0, 1), OrxGui::Focused);118 this->setForegroundColor(Color(.8, .8, 1, 1), OrxGui::Normal); 119 this->setForegroundColor(Color(0, .4, 1.0, 1), OrxGui::Selected); 120 this->setForegroundColor(Color(0, .0, 1.0, 1), OrxGui::Focused); 121 121 this->setForegroundColor(Color(.1, .1, .1, 1), OrxGui::Insensitive); 122 122
Note: See TracChangeset
for help on using the changeset viewer.