GUI/MainForm.cs
changeset 400 f4e2e3e69651
parent 395 d1f25b504845
child 420 46c056e76130
     1.1 --- a/GUI/MainForm.cs	Sun Jun 09 17:17:32 2013 +0000
     1.2 +++ b/GUI/MainForm.cs	Sun Jun 09 17:44:05 2013 +0000
     1.3 @@ -97,7 +97,7 @@
     1.4        this.Font = SystemFonts.MessageBoxFont;
     1.5        treeView.Font = SystemFonts.MessageBoxFont;
     1.6  
     1.7 -      plotPanel = new PlotPanel(settings);
     1.8 +      plotPanel = new PlotPanel(settings, unitManager);
     1.9        plotPanel.Font = SystemFonts.MessageBoxFont;
    1.10        plotPanel.Dock = DockStyle.Fill;
    1.11