mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-25 22:08:40 +00:00
DolphinQt: setTabKeyNavigation(false) on QTableWidget and QTableView.
This commit is contained in:
parent
a0d204253b
commit
b9f34bc822
12 changed files with 15 additions and 0 deletions
|
@ -368,6 +368,9 @@ QWidget* CheatsManager::CreateCheatSearch()
|
|||
m_match_table = new QTableWidget;
|
||||
m_watch_table = new QTableWidget;
|
||||
|
||||
m_match_table->setTabKeyNavigation(false);
|
||||
m_watch_table->setTabKeyNavigation(false);
|
||||
|
||||
m_match_table->verticalHeader()->hide();
|
||||
m_watch_table->verticalHeader()->hide();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue