Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Views/GeneralResultFaultTreeIllustrationPointView.cs =================================================================== diff -u -r83ac738ad69ef53eba6ca4f647657e5b7f024b96 -r16559315c0a64fffd05827d249200c62e353231f --- Ringtoets/Common/src/Ringtoets.Common.Forms/Views/GeneralResultFaultTreeIllustrationPointView.cs (.../GeneralResultFaultTreeIllustrationPointView.cs) (revision 83ac738ad69ef53eba6ca4f647657e5b7f024b96) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/Views/GeneralResultFaultTreeIllustrationPointView.cs (.../GeneralResultFaultTreeIllustrationPointView.cs) (revision 16559315c0a64fffd05827d249200c62e353231f) @@ -230,7 +230,7 @@ var selection = illustrationPointsControl.Selection as IllustrationPointControlItem; Selection = selection != null ? new SelectedTopLevelFaultTreeIllustrationPoint((TopLevelFaultTreeIllustrationPoint) selection.Source, - GetIllustrationPointControlItems().Select(ipci => ipci.ClosingSituation).ToArray()) + GetIllustrationPointControlItems().Select(ipci => ipci.ClosingSituation)) : null; OnSelectionChanged(); }