┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinviewautoscroller.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2009-07-17 18:33:37 +0000
committerPeter Penz <[email protected]>2009-07-17 18:33:37 +0000
commit93ce7f40e2d067eba48b317ef4028c2c75eebebd (patch)
treeea20704224e1f3398da69f7ede0bb37418ddc692 /src/dolphinviewautoscroller.h
parent17b8ac74588c9aded8bc04b6bf1c37703038c458 (diff)
When pressing a key after entering a directory, QAbstractItemView::scrollTo() must be invoked to have autoscroll behavior.
BUG: 199833 svn path=/trunk/KDE/kdebase/apps/; revision=998474
Diffstat (limited to 'src/dolphinviewautoscroller.h')
-rw-r--r--src/dolphinviewautoscroller.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphinviewautoscroller.h b/src/dolphinviewautoscroller.h
index c95155f58..a858d27cb 100644
--- a/src/dolphinviewautoscroller.h
+++ b/src/dolphinviewautoscroller.h
@@ -66,6 +66,7 @@ private:
private:
bool m_rubberBandSelection;
+ bool m_keyPressed;
int m_horizontalScrollInc;
int m_verticalScrollInc;
QAbstractItemView* m_itemView;