From 496b0940dba092bcab258a1dabdebd96d183648c Mon Sep 17 00:00:00 2001 From: John Lewin Date: Wed, 27 Dec 2017 05:42:28 -0800 Subject: [PATCH] IsLoading should be true until initialization is complete --- ApplicationView/ApplicationController.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ApplicationView/ApplicationController.cs b/ApplicationView/ApplicationController.cs index 142c043a8..3e4470416 100644 --- a/ApplicationView/ApplicationController.cs +++ b/ApplicationView/ApplicationController.cs @@ -854,8 +854,6 @@ namespace MatterHackers.MatterControl } //HtmlWindowTest(); - - AppContext.IsLoading = false; } private static void RunSetupIfRequired() @@ -1572,8 +1570,7 @@ namespace MatterHackers.MatterControl systemWindow.BackgroundColor = Color.Transparent; overlay.Close(); - // TODO: Still can't figure out the delay between concluding this block and the first actual render with MainView content. Current - // best guess is delays between widget construction and OpenGL texture creation + AppContext.IsLoading = false; }); };