mirror of https://gitlab.com/pamhyr/pamhyr2
Adists: LC: View: Minor change.
parent
8769fa260d
commit
8b4ff41b96
|
|
@ -176,8 +176,11 @@ class LateralContributionAdisTSWindow(PamhyrWindow):
|
|||
.reach
|
||||
|
||||
if reach_id:
|
||||
reach = next(filter(lambda e: e.id == reach_id,
|
||||
reach = next(
|
||||
filter(
|
||||
lambda e: e.id == reach_id,
|
||||
self._study.river.reachs()))
|
||||
|
||||
data = reach.reach
|
||||
lc = self._lcs.lst[rows[0]]
|
||||
highlight = (lc.begin_rk, lc.end_rk)
|
||||
|
|
|
|||
Loading…
Reference in New Issue