mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-11 03:15:46 -05:00
accept single click action for editing encounter table
This commit is contained in:
@@ -32,6 +32,7 @@ void MonTabWidget::populate() {
|
||||
int index = 0;
|
||||
for (EncounterField field : fields) {
|
||||
QTableView *table = new QTableView(this);
|
||||
table->setEditTriggers(QAbstractItemView::AllEditTriggers);
|
||||
table->clearFocus();
|
||||
addTab(table, field.name);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user