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

scenarios
Dylan Jeannin 2026-04-27 16:45:36 +02:00
parent 4550fc95d7
commit e1c1f411c3
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()