Changeset 8612 in orxonox.OLD
- Timestamp:
- Jun 20, 2006, 10:49:13 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/src/lib/gui/gl/glgui_widget.cc
r8611 r8612 111 111 112 112 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); 115 115 this->setForegroundColor(Color(.1, .1, .1, 1), OrxGui::Insensitive); 116 116
Note: See TracChangeset
for help on using the changeset viewer.