From cd5301c3674e2c060926129fb86c57bf4e4b9d60 Mon Sep 17 00:00:00 2001 From: "mathias.chouet" <mathias.chouet@irstea.fr> Date: Wed, 27 Feb 2019 14:28:48 +0100 Subject: [PATCH] =?UTF-8?q?Orifice=20noy=C3=A9:=20masquage=20du=20param?= =?UTF-8?q?=C3=A8tre=20ZDV=20Fix=20#70?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/structure/structure_orifice_submerged_params.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/structure/structure_orifice_submerged_params.ts b/src/structure/structure_orifice_submerged_params.ts index 5db236bf..2c4ca258 100644 --- a/src/structure/structure_orifice_submerged_params.ts +++ b/src/structure/structure_orifice_submerged_params.ts @@ -28,6 +28,8 @@ export class StructureOrificeSubmergedParams extends StructureParams { this.addParamDefinition(this.S); this.Cd = new ParamDefinition(this, "Cd", ParamDomainValue.POS_NULL, rCd); this.addParamDefinition(this.Cd); + // hide params + this.ZDV.visible = false; } /** -- GitLab