Start regression window with untested and failed checked.
This commit is contained in:
parent
59d8fd7e47
commit
e6e6328eca
@ -160,8 +160,9 @@ namespace EduNetworkBuilder
|
||||
newCB = AddCheckBox(count++, NoTestString);
|
||||
newCB = AddCheckBox(count++, PassedString);
|
||||
newCB = AddCheckBox(count++, FailedString);
|
||||
newCB.Checked = true; //start with "Failed" checked
|
||||
newCB = AddCheckBox(count++, Untested);
|
||||
newCB.Checked = true; //start with this one checked
|
||||
newCB.Checked = true; //start with "Untested" checked
|
||||
|
||||
this.ControlBox = false; //remove the X at the top corner that gives us problems
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user