┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/dolphindetailsview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphindetailsview.cpp b/src/dolphindetailsview.cpp
index 932efcb1e..d45282602 100644
--- a/src/dolphindetailsview.cpp
+++ b/src/dolphindetailsview.cpp
@@ -363,9 +363,9 @@ void DolphinDetailsView::paintEvent(QPaintEvent* event)
void DolphinDetailsView::keyPressEvent(QKeyEvent* event)
{
+ m_keyPressed = true;
QTreeView::keyPressEvent(event);
m_controller->handleKeyPressEvent(event);
- m_keyPressed = true;
}
void DolphinDetailsView::keyReleaseEvent(QKeyEvent* event)