Changeset 7904 in orxonox.OLD for branches/gui/src/lib/shell/shell.cc
- Timestamp:
- May 27, 2006, 2:21:06 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/src/lib/shell/shell.cc
r7895 r7904 138 138 (*text)->setText(""); 139 139 } 140 this->shellInput.setVisibility(true); 140 141 this->updateResolution( GraphicsEngine::getInstance()->getResolutionX()); 141 142 this->repositionText(); … … 158 159 for (std::list<MultiLineText*>::iterator text = this->bufferText.begin(); text != this->bufferText.end(); ++text) 159 160 (*text)->setVisibility(false); 161 this->shellInput.setVisibility(false); 162 160 163 // Go to the End again. 161 164 this->bufferIterator = this->shellBuffer->getBuffer().begin();
Note: See TracChangeset
for help on using the changeset viewer.