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