Update client/ui/controllers/listViewFocusController.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
7d187bf881
commit
65e7237610
1 changed files with 1 additions and 1 deletions
|
|
@ -239,7 +239,7 @@ void ListViewFocusController::resetFocusChain()
|
||||||
m_focusChain.clear();
|
m_focusChain.clear();
|
||||||
m_focusedItem = nullptr;
|
m_focusedItem = nullptr;
|
||||||
m_focusedItemIndex = -1;
|
m_focusedItemIndex = -1;
|
||||||
qDebug() << "Focus chain was resetted";
|
qDebug() << "Focus chain was reset";
|
||||||
}
|
}
|
||||||
|
|
||||||
void ListViewFocusController::reloadFocusChain()
|
void ListViewFocusController::reloadFocusChain()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue