From d7321c1d9ad3429e4d60206ac51d46305736c2bb Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Thu, 21 Feb 2008 18:45:22 +0000 Subject: Fixed wrong comments. Discussed with David Faure: installing an event filter works for the icons-view and details-view, but not for the column-view which uses QListView child widgets internally... We decided to leave it as it is. svn path=/trunk/KDE/kdebase/apps/; revision=777838 --- src/dolphincolumnwidget.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/dolphincolumnwidget.cpp') diff --git a/src/dolphincolumnwidget.cpp b/src/dolphincolumnwidget.cpp index b1050afda..bcb98e0ad 100644 --- a/src/dolphincolumnwidget.cpp +++ b/src/dolphincolumnwidget.cpp @@ -373,7 +373,6 @@ void DolphinColumnWidget::contextMenuEvent(QContextMenuEvent* event) void DolphinColumnWidget::wheelEvent(QWheelEvent* event) { // let Ctrl+wheel events propagate to the DolphinView for icon zooming - // (installing an event filter does not work, as the wheel event is handled first) if (event->modifiers() & Qt::ControlModifier) { event->ignore(); return; -- cgit v1.3