Network links

This commit is contained in:
Tim Young 2017-08-03 11:37:59 -05:00
parent e6a920676d
commit 288c47e885
1 changed files with 3 additions and 1 deletions

View File

@ -1624,8 +1624,10 @@ namespace EduNetworkBuilder
{
PrepForLoad();
Network.Clone(NewNet, myNetwork); //Push the settings
myNetwork.OpenHelpIfNeeded(false);
myNetwork.OpenHelpIfNeeded(false); //Open it up, not skipping the help file (open help if the puzzle wants it)
myNetwork.DoAllMarkAsLinked();
UpdateMenu();
UpdateLinks();
UpdateForm();
}
}