diff options
| author | Peter Penz <[email protected]> | 2008-12-11 07:15:59 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-12-11 07:15:59 +0000 |
| commit | 4e82b359897def33c90cd5465cda3ed10b5aa01a (patch) | |
| tree | b5b13c6df1e816a661b05644b8c9fd23da5cdefd /src/dolphinviewautoscroller.h | |
| parent | 148282e2d856b47ceb191eeef4c834118c8cdffd (diff) | |
assure that the current index stays visible, when the user explicitly changed it by using the arrow keys
BUG: 165531
svn path=/trunk/KDE/kdebase/apps/; revision=895599
Diffstat (limited to 'src/dolphinviewautoscroller.h')
| -rw-r--r-- | src/dolphinviewautoscroller.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphinviewautoscroller.h b/src/dolphinviewautoscroller.h index c04e22e28..177c6ee0f 100644 --- a/src/dolphinviewautoscroller.h +++ b/src/dolphinviewautoscroller.h @@ -44,6 +44,7 @@ protected: private slots: void scrollViewport(); + void scrollToCurrentIndex(); private: void triggerAutoScroll(); |
