Index: src/Deltares.DSoilModel.Forms/DSoilModelGeometryEditor.cs =================================================================== diff -u -r794 -r803 --- src/Deltares.DSoilModel.Forms/DSoilModelGeometryEditor.cs (.../DSoilModelGeometryEditor.cs) (revision 794) +++ src/Deltares.DSoilModel.Forms/DSoilModelGeometryEditor.cs (.../DSoilModelGeometryEditor.cs) (revision 803) @@ -468,7 +468,6 @@ } else if (sender is CenterCrestLocation) { - updateForCenterCrestLocation = true; ShowSoilProfile2D(((CenterCrestLocation)sender).SoilProfile2D); } else if (sender is ConePenetrationTestData) @@ -521,6 +520,7 @@ double.IsNaN(localCenterCrestLocation.Location) || double.IsNaN(soilProfile2D.CenterCrestLocation))) { localCenterCrestLocation.Location = soilProfile2D.CenterCrestLocation; + updateForCenterCrestLocation = true; DataEventPublisherOnSelectionChanged(localCenterCrestLocation, null); } }