fix crash on return with esc key
This commit is contained in:
parent
45b8235a81
commit
416421cba7
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ]...";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue