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

HS: Minor fixes.

Showing with 5 additions and 0 deletions
+5 -0
......@@ -78,6 +78,8 @@ class BasicHydraulicStructuresWindow(PamhyrWindow):
self.setup_plot()
self.setup_connections()
self.update()
def setup_table(self):
self.setup_table_bhs()
self.setup_table_bhs_parameters()
......@@ -174,6 +176,7 @@ class BasicHydraulicStructuresWindow(PamhyrWindow):
.selectionChanged\
.connect(self.update)
self._table.dataChanged.connect(self.update)
self._table.layoutChanged.connect(self.update)
def index_selected(self):
......
......@@ -79,6 +79,8 @@ class HydraulicStructuresWindow(PamhyrWindow):
self.setup_plots()
self.setup_connections()
self.update()
def setup_table(self):
self._table = None
......
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