[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/4.3/kdelibs/khtml
From:       Martin Koller <kollix () aon ! at>
Date:       2009-09-06 11:29:43
Message-ID: 1252236583.095265.14899.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1020459 by mkoller:

Backport r1016875 by mkoller from trunk to the 4.3 branch:

CCBUG: 184273

Stop the internal scrolling timer when scrolling via the scrollBy() API method



 M  +2 -0      khtmlview.cpp  


--- branches/KDE/4.3/kdelibs/khtml/khtmlview.cpp #1020458:1020459
@@ -746,6 +746,8 @@
 
 void KHTMLView::scrollBy(int x, int y)
 {
+   if (d->scrollTimerId)
+       d->newScrollTimer(this, 0);
    horizontalScrollBar()->setValue( horizontalScrollBar()->value()+x );
    verticalScrollBar()->setValue( verticalScrollBar()->value()+y );
 }
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic