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

List:       kde-commits
Subject:    branches/trinity/kdelibs/khtml
From:       Serghei Amelian <serghei.amelian () gmail ! com>
Date:       2011-01-19 22:11:35
Message-ID: 20110119221135.5E165AC8B7 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1215851 by samelian:

[kdelibs/khtml] smooth scrolling is disabled by default

 M  +1 -1      khtmlview.cpp  


--- branches/trinity/kdelibs/khtml/khtmlview.cpp #1215850:1215851
@@ -4518,7 +4518,7 @@
 void KHTMLView::scrollBy(int dx, int dy)
 {
     KConfigGroup cfg( KGlobal::config(), "KDE" );
-    if( !cfg.readBoolEntry( "SmoothScrolling", true )) {
+    if( !cfg.readBoolEntry( "SmoothScrolling", false )) {
         TQScrollView::scrollBy( dx, dy );
         return;
     }
[prev in list] [next in list] [prev in thread] [next in thread] 

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