summaryrefslogtreecommitdiff
path: root/grapher/Form1.cs
diff options
context:
space:
mode:
Diffstat (limited to 'grapher/Form1.cs')
-rw-r--r--grapher/Form1.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/grapher/Form1.cs b/grapher/Form1.cs
index 3df1b67..d8db6fc 100644
--- a/grapher/Form1.cs
+++ b/grapher/Form1.cs
@@ -193,5 +193,10 @@ namespace grapher
}
#endregion Methods
+
+ private void RawAcceleration_Paint(object sender, PaintEventArgs e)
+ {
+ AccelGUI.AccelCharts.DrawPoints();
+ }
}
}