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

IC: Plot: Add sync as data change.

Showing with 2 additions and 0 deletions
+2 -0
......@@ -132,6 +132,8 @@ class InitialConditionsWindow(ASubMainWindow, ListedSubWindow):
self.copy_sc.activated.connect(self.copy)
self.paste_sc.activated.connect(self.paste)
self._table.dataChanged.connect(self._update_plot)
def index_selected_row(self):
table = self.find(QTableView, f"tableView")
return table.selectionModel()\
......
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