mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-22 00:26:37 -05:00
allow TAB key to navigate through encounter table widget
This commit is contained in:
@@ -30,6 +30,7 @@ void MonTabWidget::populate() {
|
||||
table->setEditTriggers(QAbstractItemView::NoEditTriggers);
|
||||
table->setFocusPolicy(Qt::NoFocus);
|
||||
table->setSelectionMode(QAbstractItemView::NoSelection);
|
||||
table->setTabKeyNavigation(false);
|
||||
table->clearFocus();
|
||||
addTab(table, field.name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user