diff options
| author | Peter Penz <[email protected]> | 2008-03-12 17:36:34 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-03-12 17:36:34 +0000 |
| commit | a16a52401b27b35f1bf7dcd88a797320afbf073a (patch) | |
| tree | 1784a25a80b55f7f7f806adbe2dda3a05850c36b /src/dolphiniconsview.cpp | |
| parent | e83c309781084603f040f8d46e2f834babe2b087 (diff) | |
* the WA_Hover flag is set by KFileItemDelegate automatically now
* mouse tracking must stay enabled
svn path=/trunk/KDE/kdebase/apps/; revision=784871
Diffstat (limited to 'src/dolphiniconsview.cpp')
| -rw-r--r-- | src/dolphiniconsview.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
