Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

sync with notebook

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/console/src/core/Shell.cc

    r1326 r1327  
    204204
    205205                this->finishedLastLine_ = newline;
    206                 SHELL_UPDATE_LISTENERS(lineAdded);
     206
     207                if (!this->scrollPosition_)
     208                {
     209                    SHELL_UPDATE_LISTENERS(lineAdded);
     210                }
    207211            }
    208212            else
Note: See TracChangeset for help on using the changeset viewer.