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/dolphindetailsview.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/dolphindetailsview.cpp')
| -rw-r--r-- | src/dolphindetailsview.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dolphindetailsview.cpp b/src/dolphindetailsview.cpp index 2eb631a64..53bf4e2a7 100644 --- a/src/dolphindetailsview.cpp +++ b/src/dolphindetailsview.cpp @@ -68,7 +68,6 @@ DolphinDetailsView::DolphinDetailsView(QWidget* parent, DolphinController* contr setItemsExpandable(settings->expandableFolders()); setMouseTracking(true); - viewport()->setAttribute(Qt::WA_Hover); const ViewProperties props(controller->url()); setSortIndicatorSection(props.sorting()); |
