┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dolphinview.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dolphinview.cpp b/src/dolphinview.cpp
index 9320cd4cf..1a33668e0 100644
--- a/src/dolphinview.cpp
+++ b/src/dolphinview.cpp
@@ -731,6 +731,8 @@ void DolphinView::changeDirectory(const KUrl& url)
void DolphinView::triggerItem(const QModelIndex& index)
{
if (!isValidNameIndex(index)) {
+ clearSelection();
+ showHoverInformation(index);
return;
}