mirror of https://gitlab.com/pamhyr/pamhyr2
HS: Basic: Fix plot AC init.
parent
62860750f2
commit
28c7a0177a
|
|
@ -165,6 +165,7 @@ class BasicHydraulicStructuresWindow(PamhyrWindow):
|
||||||
river=self._study.river,
|
river=self._study.river,
|
||||||
reach=self._hs.input_reach,
|
reach=self._hs.input_reach,
|
||||||
profile=profile,
|
profile=profile,
|
||||||
|
trad=self._trad,
|
||||||
toolbar=self.toolbar
|
toolbar=self.toolbar
|
||||||
)
|
)
|
||||||
self.plot_ac.draw()
|
self.plot_ac.draw()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue