Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8609 in orxonox.OLD for branches/gui/src/lib/gui/gl/glgui_widget.cc


Ignore:
Timestamp:
Jun 20, 2006, 10:23:45 AM (18 years ago)
Author:
bensch
Message:

image ok again

File:
1 edited

Legend:

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

    r8608 r8609  
    103103
    104104
    105     this->setBackgroundColor(Color(.51, 0, 0, .5));
     105    this->setBackgroundColor(Color(.51, .3, .3, .5));
    106106    this->_style[0]._background.setBlendFunc( GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
    107107    this->_style[1]._background.setBlendFunc( GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
     
    177177    if (this->parent() != NULL)
    178178      this->parent()->resize();
    179     this->debug();
    180179  }
    181180
Note: See TracChangeset for help on using the changeset viewer.