summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--khtml/khtmlview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/khtml/khtmlview.cpp b/khtml/khtmlview.cpp
index 37bbbb443..e0c36c08b 100644
--- a/khtml/khtmlview.cpp
+++ b/khtml/khtmlview.cpp
@@ -4518,7 +4518,7 @@ static const int SCROLL_TICK = 20;
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;
}