From bbf85a6048f67af88cb3f59bd097c2d9824f782c Mon Sep 17 00:00:00 2001 From: Pierre-Antoine Rouby Date: Thu, 11 Sep 2025 14:38:58 +0200 Subject: [PATCH] BC: Edit: Minor change. --- src/View/BoundaryCondition/Edit/Table.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/View/BoundaryCondition/Edit/Table.py b/src/View/BoundaryCondition/Edit/Table.py index 0ac535c3..a19fc6da 100644 --- a/src/View/BoundaryCondition/Edit/Table.py +++ b/src/View/BoundaryCondition/Edit/Table.py @@ -127,6 +127,7 @@ class TableModel(PamhyrTableModel): ) self.endRemoveRows() + self.update() def sort(self, _reverse, parent=QModelIndex()): self.layoutAboutToBeChanged.emit()