diff options
| author | Peter Penz <[email protected]> | 2008-12-13 14:08:07 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-12-13 14:08:07 +0000 |
| commit | 99271699f305de4ad25a8c2a6dd7e7307cb61af7 (patch) | |
| tree | 8410decfe5f1aff0af84d4e127c1b3bd06235848 /src/dolphinviewautoscroller.h | |
| parent | a86985b0b46ee97e7705242f3d5648f84425a87b (diff) | |
Handling the key events for autoscrolling in DolphinViewAutoscroller does not work good enough (e. g. when letters are pressed, the current index might change too). Revert to Frank Reininhaus' original patch to fix this issue :-)
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=896362
Diffstat (limited to 'src/dolphinviewautoscroller.h')
| -rw-r--r-- | src/dolphinviewautoscroller.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dolphinviewautoscroller.h b/src/dolphinviewautoscroller.h index dd84963a7..f0f57049b 100644 --- a/src/dolphinviewautoscroller.h +++ b/src/dolphinviewautoscroller.h @@ -44,7 +44,6 @@ protected: private slots: void scrollViewport(); - void scrollToCurrentIndex(); private: void triggerAutoScroll(); |
