Profiles: fix misconnexion between add/remove buttons and tab in actual profile window

mesh_tab
Dylan Jeannin 2026-08-21 11:30:26 +02:00
parent 776d9ab610
commit 5b778af745
1 changed files with 2 additions and 0 deletions

View File

@ -204,6 +204,8 @@ class ProfileWindow(PamhyrWindow):
self._tablemodel.beginResetModel()
self._tablemodel._data = profile
# update lst to display correct data and apply connexions to add/remove points
self._tablemodel._setup_lst()
self._tablemodel.endResetModel()
self._plot.data = profile