From d95e69ba9bab90a61b3be39141c6231cc3b53419 Mon Sep 17 00:00:00 2001 From: Pierre-Antoine Rouby <pierre-antoine.rouby@inrae.fr> Date: Thu, 4 May 2023 16:10:10 +0200 Subject: [PATCH] BC: Fix minor bug. --- src/View/BoundaryCondition/Table.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/View/BoundaryCondition/Table.py b/src/View/BoundaryCondition/Table.py index 850d3b21..f7bc377a 100644 --- a/src/View/BoundaryCondition/Table.py +++ b/src/View/BoundaryCondition/Table.py @@ -169,6 +169,7 @@ class TableModel(QAbstractTableModel): ) self.endRemoveRows() + self.layoutChanged.emit() def sort(self, _reverse, parent=QModelIndex()): self.layoutAboutToBeChanged.emit() -- GitLab