Changeset 5397 in orxonox.OLD for trunk/src/lib/gui
- Timestamp:
- Oct 18, 2005, 5:33:11 PM (19 years ago)
- Location:
- trunk/src/lib/gui/gl_gui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/gui/gl_gui/glgui_pushbutton.cc
r5396 r5397 28 28 { 29 29 this->init(); 30 31 30 } 32 31 -
trunk/src/lib/gui/gl_gui/glgui_widget.cc
r5395 r5397 28 28 { 29 29 this->init(); 30 this->setVisibility(GLGUI_WIDGET_DEFAULT_VISIBLE);31 30 } 32 31 … … 50 49 this->focusable = true; 51 50 this->clickable = true; 51 this->setVisibility(GLGUI_WIDGET_DEFAULT_VISIBLE); 52 this->setParent2D((Element2D*)NULL); 52 53 53 54 this->backMat = NULL;
Note: See TracChangeset
for help on using the changeset viewer.