mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-15 06:58:37 +02:00
DolphinQt: setTabKeyNavigation(false) on QTableWidget and QTableView.
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user