LC: Connect tables data change to plot update.

mesh
Pierre-Antoine Rouby 2023-05-17 15:58:41 +02:00
parent 55cd309188
commit 079a6b302e
1 changed files with 3 additions and 0 deletions

View File

@ -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()\