Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructuresInputContextProperties.cs =================================================================== diff -u -r27398d86e91cb6f81984537f21deddc9c78d580d -rf861839e975251253e2ffd7bc3f0a1839b85534e --- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructuresInputContextProperties.cs (.../HeightStructuresInputContextProperties.cs) (revision 27398d86e91cb6f81984537f21deddc9c78d580d) +++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructuresInputContextProperties.cs (.../HeightStructuresInputContextProperties.cs) (revision f861839e975251253e2ffd7bc3f0a1839b85534e) @@ -94,11 +94,11 @@ [ResourcesCategory(typeof(RingtoetsCommonFormsResources), nameof(RingtoetsCommonFormsResources.Categories_Schematization))] [ResourcesDisplayName(typeof(RingtoetsCommonFormsResources), nameof(RingtoetsCommonFormsResources.Structure_LevelCrestStructure_DisplayName))] [ResourcesDescription(typeof(RingtoetsCommonFormsResources), nameof(RingtoetsCommonFormsResources.Structure_LevelCrestStructure_Description))] - public ConfirmingNormalDistributionProperties LevelCrestStructure + public NormalDistributionProperties LevelCrestStructure { get { - return new ConfirmingNormalDistributionProperties( + return new NormalDistributionProperties( DistributionPropertiesReadOnly.None, data.WrappedData.LevelCrestStructure, PropertyChangeHandler);