]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphiniconsview.cpp
Fixed wrong comments. Discussed with David Faure: installing an event filter works...
[dolphin.git] / src / dolphiniconsview.cpp
index 9f31141825e31f2e5044c22f9f14d153bf5f9f9e..af7f026e1c627b547c30f3e0a8d9601c67a1c163 100644 (file)
@@ -297,7 +297,6 @@ void DolphinIconsView::keyPressEvent(QKeyEvent* event)
 void DolphinIconsView::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;