IsLoading should be true until initialization is complete

This commit is contained in:
John Lewin 2017-12-27 05:42:28 -08:00
parent 732e633ed9
commit 496b0940db

View file

@ -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;
});
};