Send point in content area coordinates

svn path=/trunk/KDE/kdegraphics/okular/; revision=1086264
This commit is contained in:
Pascal Létourneau 2010-02-06 18:50:58 +00:00
parent bf36e688a5
commit afb7b7f462

View file

@ -1529,7 +1529,7 @@ void PageView::mouseMoveEvent( QMouseEvent * e )
d->aMouseSelect->trigger();
QPoint newPos = eventPos + QPoint( deltaX, deltaY );
selectionStart( newPos, palette().color( QPalette::Active, QPalette::Highlight ).light( 120 ), false );
selectionEndPoint( e->pos() );
selectionEndPoint( eventPos );
break;
}
}