]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinview.cpp
added settings module for 'Navigation', that can be used by Konqueror
[dolphin.git] / src / dolphinview.cpp
index 6681fe1895421eca8dbfd26bff0da8909a89f6f2..ae120777ad12b2a2d51662510bee1ac1be1029e5 100644 (file)
@@ -863,6 +863,12 @@ bool DolphinView::eventFilter(QObject* watched, QEvent* event)
         }
         break;
 
+    case QEvent::KeyPress:
+        if ((watched == itemView()) && (m_toolTipManager != 0)) {
+            m_toolTipManager->hideTip();
+        }
+        break;
+
     default:
         break;
     }