start with "untested" selected when opening regression testing window

This commit is contained in:
Tim Young 2018-09-28 13:51:59 -05:00
parent 65f14420f7
commit 67dcbd82fb
1 changed files with 1 additions and 0 deletions

View File

@ -160,6 +160,7 @@ namespace EduNetworkBuilder
newCB = AddCheckBox(count++, PassedString);
newCB = AddCheckBox(count++, FailedString);
newCB = AddCheckBox(count++, Untested);
newCB.Checked = true; //start with this one checked
panelCheckboxes.ResumeLayout();
btnOK.Text = NB.Translate("_Load");