fix bug when add button didnt refresh the tab list in Initial conditions AdisTS and d90

dev_dylan
Dylan Jeannin 2026-04-27 16:45:36 +02:00
parent 55b200a48e
commit a8f95e2386
2 changed files with 2 additions and 0 deletions

View File

@ -202,6 +202,7 @@ class D90TableModel(PamhyrTableModel):
)
)
self._setup_lst()
self.endInsertRows()
self.layoutChanged.emit()

View File

@ -221,6 +221,7 @@ class InitialConditionTableModel(PamhyrTableModel):
)
)
self._setup_lst()
self.endInsertRows()
self.layoutChanged.emit()