mirror of
https://github.com/KDE/konsole.git
synced 2026-05-04 20:55:56 -04:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user