mirror of https://gitlab.com/pamhyr/pamhyr2
LC: Connect tables data change to plot update.
parent
55cd309188
commit
079a6b302e
|
|
@ -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()\
|
||||
|
|
|
|||
Loading…
Reference in New Issue