Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Controls/AssemblyResultWithProbabilityControl.cs =================================================================== diff -u -rce7c1e5c5a8aec0020b1ef5cf50bf3c20d3d4c2f -r1ed4c3d0bf61e04b9a3069977c76c183b2cc072a --- Ringtoets/Common/src/Ringtoets.Common.Forms/Controls/AssemblyResultWithProbabilityControl.cs (.../AssemblyResultWithProbabilityControl.cs) (revision ce7c1e5c5a8aec0020b1ef5cf50bf3c20d3d4c2f) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/Controls/AssemblyResultWithProbabilityControl.cs (.../AssemblyResultWithProbabilityControl.cs) (revision 1ed4c3d0bf61e04b9a3069977c76c183b2cc072a) @@ -33,9 +33,9 @@ InitializeComponent(); } - public override void SetError(string error) + public override void ClearData() { - base.SetError(error); + base.ClearData(); ProbabilityLabel.Text = Resources.RoundedDouble_No_result_dash; } }