From da3905560cac3df93089c912ddb339950d8717fc Mon Sep 17 00:00:00 2001 From: Tim Young Date: Fri, 28 Sep 2018 13:55:11 -0500 Subject: [PATCH] Update the form after we do testing, so we see the results --- EduNetworkBuilder/ListBoxWindow.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/EduNetworkBuilder/ListBoxWindow.cs b/EduNetworkBuilder/ListBoxWindow.cs index 831cfb0..1117869 100644 --- a/EduNetworkBuilder/ListBoxWindow.cs +++ b/EduNetworkBuilder/ListBoxWindow.cs @@ -653,6 +653,7 @@ namespace EduNetworkBuilder { //Loop through all the visible puzzles & process them in-order. RegressionTestAll(); + UpdateForm(); } }