summaryrefslogtreecommitdiff
path: root/grapher/Models/Charts/ChartState/CombinedState.cs
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2020-09-27 00:53:19 -0700
committerJacob Palecki <[email protected]>2020-09-27 00:53:19 -0700
commit99e58acc46365fd5edc72d9b6b2ba90a94f54a4b (patch)
treee50a6ae7707421e8b2c9bb4f80e538b4a1fdf2b7 /grapher/Models/Charts/ChartState/CombinedState.cs
parentHide minimum time attribute (diff)
downloadrawaccel-99e58acc46365fd5edc72d9b6b2ba90a94f54a4b.tar.xz
rawaccel-99e58acc46365fd5edc72d9b6b2ba90a94f54a4b.zip
Fix for second dot not clearing:
Diffstat (limited to 'grapher/Models/Charts/ChartState/CombinedState.cs')
-rw-r--r--grapher/Models/Charts/ChartState/CombinedState.cs4
1 files changed, 4 insertions, 0 deletions
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)