Fix minor bug with first puzzle (help). Puzzle never checks for final test to complete when last item is the help button.

This commit is contained in:
Tim Young 2017-06-16 15:18:22 -05:00
parent 35543503e2
commit 77ce6a1106
1 changed files with 1 additions and 0 deletions

View File

@ -274,6 +274,7 @@ namespace EduNetworkBuilder
UpdateHelpTopicButtons();
UpdateForm();
UpdateMenu();
myNetwork.TestForCompletion(true);
}
private void myTooltip_Popup(Object sender, PopupEventArgs e)