Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7904 in orxonox.OLD


Ignore:
Timestamp:
May 27, 2006, 2:21:06 PM (18 years ago)
Author:
bensch
Message:

gui: shell hides all elements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gui/src/lib/shell/shell.cc

    r7895 r7904  
    138138        (*text)->setText("");
    139139    }
     140    this->shellInput.setVisibility(true);
    140141    this->updateResolution( GraphicsEngine::getInstance()->getResolutionX());
    141142    this->repositionText();
     
    158159    for (std::list<MultiLineText*>::iterator text = this->bufferText.begin(); text != this->bufferText.end(); ++text)
    159160      (*text)->setVisibility(false);
     161    this->shellInput.setVisibility(false);
     162
    160163    // Go to the End again.
    161164    this->bufferIterator = this->shellBuffer->getBuffer().begin();
Note: See TracChangeset for help on using the changeset viewer.