From 2ad91b45342ddd49854ae2b31a9c6cada1ad1c4e Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sun, 11 May 2008 19:34:34 +0000 Subject: Per default QTreeView starts either a selection or a drag operation when dragging the expanding toggle button (tricky and hard to reproducible Qt-issue - see TODO comment in DolphinIconsView::mousePressEvent()). Turn off this behavior in Dolphin to stay predictable. svn path=/trunk/KDE/kdebase/apps/; revision=806597 --- src/dolphindetailsview.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/dolphindetailsview.h') diff --git a/src/dolphindetailsview.h b/src/dolphindetailsview.h index 829e53967..0acafddfc 100644 --- a/src/dolphindetailsview.h +++ b/src/dolphindetailsview.h @@ -157,6 +157,7 @@ private: private: bool m_autoResize; // if true, the columns are resized automatically to the available width + bool m_expandingTogglePressed; DolphinController* m_controller; SelectionManager* m_selectionManager; -- cgit v1.3