mirror of
https://github.com/KDE/konsole.git
synced 2026-02-01 19:01:48 -05:00
Return the current line as the 'surrounding text' for input method queries and return the column index of the cursor as the cursor position. Fix link underlines not being erased when moving mouse around links which are adjacent to each other.
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=709087
This commit is contained in:
@@ -317,8 +317,6 @@ bool SessionController::eventFilter(QObject* watched , QEvent* event)
|
||||
{
|
||||
if ( _view->screenWindow() && !_viewUrlFilter )
|
||||
{
|
||||
qDebug() << "Creating url filter";
|
||||
|
||||
connect( _view->screenWindow() , SIGNAL(scrolled(int)) , this ,
|
||||
SLOT(requireUrlFilterUpdate()) );
|
||||
connect( _view->screenWindow() , SIGNAL(outputChanged()) , this ,
|
||||
|
||||
Reference in New Issue
Block a user