mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-11 16:49:28 +02:00
DolphinQt: setTabKeyNavigation(false) on QTableWidget and QTableView.
This commit is contained in:
@ -33,6 +33,7 @@ void ResourcePackManager::CreateWidgets()
|
||||
auto* layout = new QGridLayout;
|
||||
|
||||
m_table_widget = new QTableWidget;
|
||||
m_table_widget->setTabKeyNavigation(false);
|
||||
|
||||
m_open_directory_button = new QPushButton(tr("Open Directory..."));
|
||||
m_change_button = new QPushButton(tr("Install"));
|
||||
|
Reference in New Issue
Block a user