Index: Riskeer/ClosingStructures/src/Riskeer.ClosingStructures.Forms/Views/ClosingStructuresCalculationRow.cs =================================================================== diff -u -re3293c83426956d2d94a211cf7570054b80c6c1f -r8b0586675f2855b447b7b801c2b701df8a7af9a2 --- Riskeer/ClosingStructures/src/Riskeer.ClosingStructures.Forms/Views/ClosingStructuresCalculationRow.cs (.../ClosingStructuresCalculationRow.cs) (revision e3293c83426956d2d94a211cf7570054b80c6c1f) +++ Riskeer/ClosingStructures/src/Riskeer.ClosingStructures.Forms/Views/ClosingStructuresCalculationRow.cs (.../ClosingStructuresCalculationRow.cs) (revision 8b0586675f2855b447b7b801c2b701df8a7af9a2) @@ -258,10 +258,14 @@ if (foreShoreProfileGeometry == null) { ColumnStateHelper.DisableColumn(ColumnStateDefinitions[useBreakWaterColumnIndex]); + ColumnStateHelper.DisableColumn(ColumnStateDefinitions[breakWaterTypeColumnIndex]); + ColumnStateHelper.DisableColumn(ColumnStateDefinitions[breakWaterHeightColumnIndex]); } else { ColumnStateHelper.EnableColumn(ColumnStateDefinitions[useBreakWaterColumnIndex]); + ColumnStateHelper.DisableColumn(ColumnStateDefinitions[breakWaterTypeColumnIndex]); + ColumnStateHelper.DisableColumn(ColumnStateDefinitions[breakWaterHeightColumnIndex]); } } }