Index: Riskeer/GrassCoverErosionInwards/src/Riskeer.GrassCoverErosionInwards.Forms/Views/GrassCoverErosionInwardsCalculationRow.cs =================================================================== diff -u -r87fbb285f20e99a377d36072eb3c2b1d9266b988 -r8b5dfb41abcced1739a650af6291a80cab862e1e --- Riskeer/GrassCoverErosionInwards/src/Riskeer.GrassCoverErosionInwards.Forms/Views/GrassCoverErosionInwardsCalculationRow.cs (.../GrassCoverErosionInwardsCalculationRow.cs) (revision 87fbb285f20e99a377d36072eb3c2b1d9266b988) +++ Riskeer/GrassCoverErosionInwards/src/Riskeer.GrassCoverErosionInwards.Forms/Views/GrassCoverErosionInwardsCalculationRow.cs (.../GrassCoverErosionInwardsCalculationRow.cs) (revision 8b5dfb41abcced1739a650af6291a80cab862e1e) @@ -241,15 +241,13 @@ if (dikeProfile == null) { ColumnStateHelper.DisableColumn(ColumnStateDefinitions[useBreakWaterColumnIndex]); - ColumnStateHelper.DisableColumn(ColumnStateDefinitions[breakWaterTypeColumnIndex]); - ColumnStateHelper.DisableColumn(ColumnStateDefinitions[breakWaterHeightColumnIndex]); } else { ColumnStateHelper.EnableColumn(ColumnStateDefinitions[useBreakWaterColumnIndex]); - ColumnStateHelper.EnableColumn(ColumnStateDefinitions[breakWaterTypeColumnIndex]); - ColumnStateHelper.EnableColumn(ColumnStateDefinitions[breakWaterHeightColumnIndex]); } + + UpdateBreakWaterTypeAndHeightColumnStateDefinitions(); } } } \ No newline at end of file