From 7f759719f816c2428d18bf53cc78e6b2402fb3f8 Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Sun, 27 Sep 2020 00:53:19 -0700 Subject: Fix for second dot not clearing: --- grapher/Models/Charts/ChartState/CombinedState.cs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'grapher/Models/Charts/ChartState/CombinedState.cs') diff --git a/grapher/Models/Charts/ChartState/CombinedState.cs b/grapher/Models/Charts/ChartState/CombinedState.cs index f4b6b8f..802c392 100644 --- a/grapher/Models/Charts/ChartState/CombinedState.cs +++ b/grapher/Models/Charts/ChartState/CombinedState.cs @@ -24,6 +24,10 @@ namespace grapher.Models.Charts.ChartState SensitivityChart.SetCombined(); VelocityChart.SetCombined(); GainChart.SetCombined(); + + SensitivityChart.ClearSecondDots(); + VelocityChart.ClearSecondDots(); + GainChart.ClearSecondDots(); } public override void MakeDots(int x, int y, double timeInMs) -- cgit v1.2.3