Commit 079a6b30 authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

LC: Connect tables data change to plot update.

Showing with 3 additions and 0 deletions
+3 -0
...@@ -135,6 +135,9 @@ class LateralContributionWindow(ASubMainWindow, ListedSubWindow): ...@@ -135,6 +135,9 @@ class LateralContributionWindow(ASubMainWindow, ListedSubWindow):
.selectionChanged\ .selectionChanged\
.connect(self._set_current_reach) .connect(self._set_current_reach)
self._table[t].dataChanged\
.connect(self._set_current_reach)
def current_tab(self): def current_tab(self):
return self.find(QTabWidget, "tabWidget")\ return self.find(QTabWidget, "tabWidget")\
.currentWidget()\ .currentWidget()\
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment