From e89b4021ad8eaaa84a63209a0ea626a0203109af Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Thu, 17 Jan 2008 18:50:18 +0000 Subject: if the icons are aligned left to right, the vertical wheel event should be applied to the horizontal scrollbar BUG: 153343 svn path=/trunk/KDE/kdebase/apps/; revision=762722 --- src/dolphiniconsview.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/dolphiniconsview.h') diff --git a/src/dolphiniconsview.h b/src/dolphiniconsview.h index 06c417868..edc2475d4 100644 --- a/src/dolphiniconsview.h +++ b/src/dolphiniconsview.h @@ -62,6 +62,7 @@ protected: virtual void dropEvent(QDropEvent* event); virtual void paintEvent(QPaintEvent* event); virtual void keyPressEvent(QKeyEvent* event); + virtual void wheelEvent(QWheelEvent* event); private slots: void triggerItem(const QModelIndex& index); -- cgit v1.3