From 2f1051d1b41d0cf087099e71b9449a44b103e3ac Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Fri, 29 Oct 2010 15:12:59 +0000 Subject: Don't do an automatic horizontal scrolling, if the user has adjusted the horizontal scrollbar. The autoscrolling gets reactivated again if the vertical scrollbar has been moved by the user. svn path=/trunk/KDE/kdebase/apps/; revision=1191098 --- src/panels/folders/folderspanel.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/panels/folders/folderspanel.h') diff --git a/src/panels/folders/folderspanel.h b/src/panels/folders/folderspanel.h index 93223ffeb..2aa94d1ff 100644 --- a/src/panels/folders/folderspanel.h +++ b/src/panels/folders/folderspanel.h @@ -103,6 +103,10 @@ private slots: void slotDirListerCompleted(); + void slotHorizontalScrollBarMoved(int value); + + void slotVerticalScrollBarMoved(int value); + private: /** * Initializes the base URL of the tree and expands all -- cgit v1.3.1