Changeset 8717 in orxonox.OLD for trunk/src/lib/gui/gl/glgui_checkbutton.cc
- Timestamp:
- Jun 22, 2006, 2:04:28 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/gui/gl/glgui_checkbutton.cc
r8619 r8717 78 78 79 79 80 void GLGuiCheckButton::releasing(const Vector2D& pos )80 void GLGuiCheckButton::releasing(const Vector2D& pos, bool focused) 81 81 { 82 GLGuiButton::releasing(pos); 83 this->toggleActiveState(); 82 GLGuiButton::releasing(pos, focused); 83 if (focused) 84 this->toggleActiveState(); 84 85 } 85 86
Note: See TracChangeset
for help on using the changeset viewer.