X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/13b2fc55704fbc734cd4f9cbae56cfc2ef3ec0ce..8cfe659711f1ea443d2c835154a7bddcd6ea72d3:/src/dolphindetailsview.cpp 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)