diff options
Diffstat (limited to 'grapher/Form1.cs')
| -rw-r--r-- | grapher/Form1.cs | 5 |
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(); + } } } |