diff --git a/src/View/LateralContribution/Window.py b/src/View/LateralContribution/Window.py index b20543ad3a9f018175ca018d9c399b879746b2f1..5664df8b286e19ab968880cbc12aa4ce584b25e1 100644 --- a/src/View/LateralContribution/Window.py +++ b/src/View/LateralContribution/Window.py @@ -135,6 +135,9 @@ class LateralContributionWindow(ASubMainWindow, ListedSubWindow): .selectionChanged\ .connect(self._set_current_reach) + self._table[t].dataChanged\ + .connect(self._set_current_reach) + def current_tab(self): return self.find(QTabWidget, "tabWidget")\ .currentWidget()\