┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-06-02 15:40:38 +0000
committerPeter Penz <[email protected]>2007-06-02 15:40:38 +0000
commitf7a5c62746b91a1e96387c697605544e7df2ffb2 (patch)
tree06146ea6cf5680922596afa6db3b16e81930a030
parent10f131fff826036c8299f7547cb4f4323dac5c36 (diff)
Fix issue that selection is not cleared when clicking on another column than the 'Name' column (occurs in combination with the Details View).
svn path=/trunk/KDE/kdebase/apps/; revision=670796
-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;
}