Index: Riskeer/HeightStructures/src/Riskeer.HeightStructures.Forms/Views/HeightStructuresCalculationRow.cs =================================================================== diff -u -rd6e12f8811540aa23f0eee7a3e91902fa1e18620 -r31f15505b25fe2a395262b141be3be8215ccb300 --- Riskeer/HeightStructures/src/Riskeer.HeightStructures.Forms/Views/HeightStructuresCalculationRow.cs (.../HeightStructuresCalculationRow.cs) (revision d6e12f8811540aa23f0eee7a3e91902fa1e18620) +++ Riskeer/HeightStructures/src/Riskeer.HeightStructures.Forms/Views/HeightStructuresCalculationRow.cs (.../HeightStructuresCalculationRow.cs) (revision 31f15505b25fe2a395262b141be3be8215ccb300) @@ -75,6 +75,8 @@ if (!ReferenceEquals(Calculation.InputParameters.ForeshoreProfile, valueToSet)) { PropertyChangeHelper.ChangePropertyAndNotify(() => Calculation.InputParameters.ForeshoreProfile = valueToSet, PropertyChangeHandler); + UpdateUseBreakWaterColumnStateDefinitions(); + UpdateBreakWaterTypeAndHeightColumnStateDefinitions(); UpdateUseForeshoreColumnStateDefinitions(); } }