]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphincolumnwidget.cpp
Fixed wrong comments. Discussed with David Faure: installing an event filter works...
[dolphin.git] / src / dolphincolumnwidget.cpp
index b1050afdab19917390333330962da298c0706951..bcb98e0adb1805687b93d6220f029836f69855d0 100644 (file)
@@ -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;