Changeset 5404 in orxonox.OLD for trunk/src/lib/gui
- Timestamp:
- Oct 19, 2005, 1:16:20 AM (19 years ago)
- Location:
- trunk/src/lib/gui/gl_gui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/gui/gl_gui/glgui_button.cc
r5399 r5404 52 52 this->label = new Text(); 53 53 this->label->setParent2D(this); 54 this->label->setLayer(E2D_LAYER_EXTERN);55 54 } 56 55 -
trunk/src/lib/gui/gl_gui/glgui_widget.cc
r5399 r5404 51 51 this->setVisibility(GLGUI_WIDGET_DEFAULT_VISIBLE); 52 52 this->setParent2D((Element2D*)NULL); 53 this->setLayer(E2D_LAYER_EXTERN);54 53 55 54 this->backMat = NULL;
Note: See TracChangeset
for help on using the changeset viewer.