Fix URL filters not being updated when scrolling the display. Fix URLs being left underlined when moving mouse outside of target area.

svn path=/trunk/KDE/kdebase/apps/konsole/; revision=665822
This commit is contained in:
Robert Knight
2007-05-18 04:01:02 +00:00
parent 04069377d9
commit 73df051eb6
5 changed files with 44 additions and 6 deletions

View File

@@ -152,6 +152,8 @@ void ScreenWindow::scrollTo( int line )
// keep track of number of lines scrolled by,
// this can be reset by calling resetScrollCount()
_scrollCount += delta;
emit scrolled(_currentLine);
}
void ScreenWindow::setTrackOutput(bool trackOutput)