From a16a52401b27b35f1bf7dcd88a797320afbf073a Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 12 Mar 2008 17:36:34 +0000 Subject: * the WA_Hover flag is set by KFileItemDelegate automatically now * mouse tracking must stay enabled svn path=/trunk/KDE/kdebase/apps/; revision=784871 --- src/dolphiniconsview.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/dolphiniconsview.cpp') diff --git a/src/dolphiniconsview.cpp b/src/dolphiniconsview.cpp index dda538e16..e32eee1a5 100644 --- a/src/dolphiniconsview.cpp +++ b/src/dolphiniconsview.cpp @@ -56,6 +56,8 @@ DolphinIconsView::DolphinIconsView(QWidget* parent, DolphinController* controlle setDragEnabled(true); viewport()->setAcceptDrops(true); + setMouseTracking(true); + // TODO: Connecting to the signal 'activated()' is not possible, as kstyle // does not forward the single vs. doubleclick to it yet (KDE 4.1?). Hence it is // necessary connecting the signal 'singleClick()' or 'doubleClick' and to handle the -- cgit v1.3