mirror of https://gitlab.com/pamhyr/pamhyr2
fix bug when add button didnt refresh the tab list in Initial conditions AdisTS and d90
parent
4550fc95d7
commit
e1c1f411c3
|
|
@ -202,6 +202,7 @@ class D90TableModel(PamhyrTableModel):
|
|||
)
|
||||
)
|
||||
|
||||
self._setup_lst()
|
||||
self.endInsertRows()
|
||||
self.layoutChanged.emit()
|
||||
|
||||
|
|
|
|||
|
|
@ -221,6 +221,7 @@ class InitialConditionTableModel(PamhyrTableModel):
|
|||
)
|
||||
)
|
||||
|
||||
self._setup_lst()
|
||||
self.endInsertRows()
|
||||
self.layoutChanged.emit()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue