Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 19, 2008, 9:00:17 PM (16 years ago)
Author:
landauf
Message:

sync with notebook

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/console/src/orxonox/console/InGameConsole.cc

    r1322 r1327  
    140140    {
    141141        this->linesChanged();
     142        for (unsigned int i = LINES - 1; i > 1; --i)
     143            this->consoleOverlayTextAreas_[i]->setCaption(this->consoleOverlayTextAreas_[i - 1]->getCaption());
     144
     145        this->onlyLastLineChanged();
    142146    }
    143147
Note: See TracChangeset for help on using the changeset viewer.