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

@@ -278,6 +278,8 @@ bool SessionController::eventFilter(QObject* watched , QEvent* event)
{
qDebug() << __FUNCTION__ << "Creating url filter";
connect( _view->screenWindow() , SIGNAL(scrolled(int)) , this ,
SLOT(requireUrlFilterUpdate()) );
connect( _view->screenWindow() , SIGNAL(outputChanged()) , this ,
SLOT(requireUrlFilterUpdate()) );