fix crash on return with esc key

This commit is contained in:
Cyril Anisimov 2024-11-01 22:33:28 +01:00
parent 45b8235a81
commit 416421cba7

View file

@ -213,7 +213,7 @@ void FocusController::nextItem(Direction direction)
reload(direction);
if (m_lvfc) {
if (m_lvfc && isListView(m_focusedItem)) {
direction == Direction::Forward ? focusNextListViewItem() : focusPreviousListViewItem();
qDebug() << "===>> Handling the [ ListView ]...";