mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
Merge pull request #8606 from jordan-woyak/tab-key-navigation
DolphinQt: setTabKeyNavigation(false) on QTableWidget and QTableView.
This commit is contained in:
commit
6a857df219
12 changed files with 15 additions and 0 deletions
|
@ -295,6 +295,8 @@ void IOWindow::CreateMainLayout()
|
|||
|
||||
// Options (Buttons, Outputs) and action buttons
|
||||
|
||||
m_option_list->setTabKeyNavigation(false);
|
||||
|
||||
if (m_type == Type::Input)
|
||||
{
|
||||
m_option_list->setColumnCount(2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue