mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 09:59:32 -06:00
DolphinQt: setTabKeyNavigation(false) on QTableWidget and QTableView.
This commit is contained in:
@ -69,6 +69,7 @@ void RegisterWidget::showEvent(QShowEvent* event)
|
||||
void RegisterWidget::CreateWidgets()
|
||||
{
|
||||
m_table = new QTableWidget;
|
||||
m_table->setTabKeyNavigation(false);
|
||||
|
||||
m_table->setColumnCount(9);
|
||||
|
||||
|
Reference in New Issue
Block a user