Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultViews/StrengthStabilityLengthwiseConstructionResultView.cs =================================================================== diff -u -r50b3a6c556aace513b84909963bbc0ad37ee4374 -rb0dc46315e824778c8f43d8956f958376a3b802f --- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultViews/StrengthStabilityLengthwiseConstructionResultView.cs (.../StrengthStabilityLengthwiseConstructionResultView.cs) (revision 50b3a6c556aace513b84909963bbc0ad37ee4374) +++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultViews/StrengthStabilityLengthwiseConstructionResultView.cs (.../StrengthStabilityLengthwiseConstructionResultView.cs) (revision b0dc46315e824778c8f43d8956f958376a3b802f) @@ -53,13 +53,7 @@ public StrengthStabilityLengthwiseConstructionResultView( IObservableEnumerable failureMechanismSectionResults, StrengthStabilityLengthwiseConstructionFailureMechanism failureMechanism) - : base(failureMechanismSectionResults, failureMechanism) - { - var assemblyResultControl = new FailureMechanismAssemblyCategoryGroupControl(); - SetAssemblyResultControl( - assemblyResultControl, - () => assemblyResultControl.SetAssemblyResult(StrengthStabilityLengthwiseConstructionFailureMechanismAssemblyFactory.AssembleFailureMechanism(FailureMechanism))); - } + : base(failureMechanismSectionResults, failureMechanism) {} protected override StrengthStabilityLengthwiseConstructionSectionResultRow CreateFailureMechanismSectionResultRow( StrengthStabilityLengthwiseConstructionFailureMechanismSectionResult sectionResult) @@ -111,5 +105,10 @@ DataGridViewControl, nameof(StrengthStabilityLengthwiseConstructionSectionResultRow.ManualAssemblyCategoryGroup)); } + + protected override void UpdateAssemblyResultControl() + { + FailureMechanismAssemblyResultControl.SetAssemblyResult(StrengthStabilityLengthwiseConstructionFailureMechanismAssemblyFactory.AssembleFailureMechanism(FailureMechanism)); + } } } \ No newline at end of file