diff options
| author | Peter Penz <[email protected]> | 2008-05-06 22:25:15 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-05-06 22:25:15 +0000 |
| commit | 90e8b435e7ce00175beceabb881dccb8a5088627 (patch) | |
| tree | f7cccf932ef053605258791a5f4b0ff8b05c0853 /src/dolphiniconsview.h | |
| parent | c5727efd24a209d72515fb518adb7c35a4202141 (diff) | |
Fixed issue that the vertical scrollbar jumps back to the initial state during previews are loaded in the icons view.
BUG: 161086
BUG: 160513
svn path=/trunk/KDE/kdebase/apps/; revision=804790
Diffstat (limited to 'src/dolphiniconsview.h')
| -rw-r--r-- | src/dolphiniconsview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphiniconsview.h b/src/dolphiniconsview.h index 7ada661a4..a05d7ae27 100644 --- a/src/dolphiniconsview.h +++ b/src/dolphiniconsview.h @@ -48,6 +48,7 @@ class LIBDOLPHINPRIVATE_EXPORT DolphinIconsView : public KCategorizedView public: explicit DolphinIconsView(QWidget* parent, DolphinController* controller); virtual ~DolphinIconsView(); + virtual void scrollTo(const QModelIndex& index, ScrollHint hint = EnsureVisible); protected slots: virtual void dataChanged(const QModelIndex& topLeft, const QModelIndex& bottomRight); |
