diff --git a/autotests/kerfuffle/data/simplearchive.tar.gz b/autotests/kerfuffle/data/simplearchive.tar.gz index 382144c7a0a9d7e2e611d62c7e6fa73f36072c1f..f6b414056312ea6eeddf401bdc4167f47684c7b3 GIT binary patch literal 196 zc$@*m06YI5iwFSM&>2|(1MQa03c@f9fOqyO`UINv_j#i3w1e1o=;NDhOmBr9x*^SX z38jIigfE27`JKDE0D!kvam3(Yih#>`#VSN&JZEX=6rk3Cor21B&5S8i389x@w^d zO=;d|Bf@|K@{NY$_!vc5YUYedtM*pqySq z_-g*=``1pj%>Npg|ND0Nwf~&J diff --git a/part/part.cpp b/part/part.cpp --- a/part/part.cpp +++ b/part/part.cpp @@ -1415,7 +1415,7 @@ QModelIndex currentIndex = m_view->selectionModel()->currentIndex(); currentIndex = (currentIndex.parent().isValid()) ? currentIndex.parent().child(currentIndex.row(), 0) - : m_model->index(currentIndex.row(), 0); + : m_filterModel->index(currentIndex.row(), 0); m_view->openEntryEditor(currentIndex); }