start with "untested" selected when opening regression testing window
This commit is contained in:
parent
65f14420f7
commit
67dcbd82fb
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user