Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8672 in orxonox.OLD for branches/gui/src/lib/gui/gl/glgui_slider.cc


Ignore:
Timestamp:
Jun 21, 2006, 2:59:55 PM (18 years ago)
Author:
bensch
Message:

selectables

File:
1 edited

Legend:

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

    r8669 r8672  
    4848    this->setClassID(CL_GLGUI_SLIDER, "GLGuiSlider");
    4949
    50     this->setClickable( );
    51     this->setFocusable( );
     50    this->setClickable(true);
     51    this->setFocusable(true);
     52    this->setSelectable(true);
    5253
    5354    this->_value = 0.0;
Note: See TracChangeset for help on using the changeset viewer.