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:
@ -274,6 +274,7 @@ namespace EduNetworkBuilder
|
||||
UpdateHelpTopicButtons();
|
||||
UpdateForm();
|
||||
UpdateMenu();
|
||||
myNetwork.TestForCompletion(true);
|
||||
}
|
||||
|
||||
private void myTooltip_Popup(Object sender, PopupEventArgs e)
|
||||
|
Reference in New Issue
Block a user