GUI/MainForm.cs
changeset 378 64d3ddf8d73b
parent 370 8e4dedc41924
child 380 573f1fff48b2
     1.1 --- a/GUI/MainForm.cs	Thu Jul 26 06:51:19 2012 +0000
     1.2 +++ b/GUI/MainForm.cs	Sat Aug 11 21:32:59 2012 +0000
     1.3 @@ -647,6 +647,7 @@
     1.4                if (i <= control.MaxSoftwareValue &&
     1.5                    i >= control.MinSoftwareValue) {
     1.6                  MenuItem item = new MenuItem(i + " %");
     1.7 +                item.RadioCheck = true;
     1.8                  manualItem.MenuItems.Add(item);
     1.9                  item.Checked = control.ControlMode == ControlMode.Software &&
    1.10                    Math.Round(control.SoftwareValue) == i;