diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-04-06 01:20:04 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-04-06 01:20:04 +0200 |
commit | 969efc9bddcc1b21d1c70f301d8cb0d44904c9c5 (patch) | |
tree | 7832edda27bab141c7247071f384bfb219298870 /src/webview.h | |
parent | This commit is the first implementation of a new new new urlbar (diff) | |
download | rekonq-969efc9bddcc1b21d1c70f301d8cb0d44904c9c5.tar.xz |
I confused mouse cursor with the key one :)
Here is another hack to fix bug 211557
DISCLAIMER: this, as the previous, is an hack NOT a solution
BUG: 211557
Diffstat (limited to 'src/webview.h')
-rw-r--r-- | src/webview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/webview.h b/src/webview.h index 85ebf46a..0fe83ae4 100644 --- a/src/webview.h +++ b/src/webview.h @@ -79,6 +79,7 @@ private: QTimer *_scrollTimer; int _VScrollSpeed; int _HScrollSpeed; + bool _disableAutoScroll; }; #endif |