┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/ktreeview.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-05-08 21:16:57 +0000
committerPeter Penz <[email protected]>2008-05-08 21:16:57 +0000
commit32f446e6dec29b684a55f384dd9535dfc1d91d92 (patch)
treee73406c962503e3989e1907966d157750373bdf8 /src/ktreeview.h
parent9d596ce883f676052f73f713e8ae2cd8bd743447 (diff)
* Prevent that the QTreeView::scrollTo() method adjusts the position of the horizontal scrollbar. This is done manually inside KTreeView if automatic scrolling is enabled.
* increased the delay until the auto scrolling starts from 50 to 300 CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=805605
Diffstat (limited to 'src/ktreeview.h')
-rw-r--r--src/ktreeview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ktreeview.h b/src/ktreeview.h
index 4a6262621..0e9841fb3 100644
--- a/src/ktreeview.h
+++ b/src/ktreeview.h
@@ -35,6 +35,7 @@ public:
bool autoHorizontalScroll() const;
virtual void setSelectionModel(QItemSelectionModel *selectionModel);
+ virtual void scrollTo(const QModelIndex& index, ScrollHint hint = EnsureVisible);
private:
class KTreeViewPrivate;