Note that we are in regression mode for all puzzles when in that view.

This commit is contained in:
Tim Young 2018-09-21 11:26:11 -05:00
parent a63fec2a61
commit fac5d7ab26
1 changed files with 1 additions and 0 deletions

View File

@ -418,6 +418,7 @@ namespace EduNetworkBuilder
MPE.Title = shown_name;
MPE.isdone = wasfinished;
MPE.level = tag;
MPE.InRegressionMode = true;
if (selected == "" && !wasfinished) selected = shown_name; //Select the first unfinished puzzle
lbWindowData.Items.Add(MPE);
break;