This value accidentally not cached. Turned it back on.

Made some call backs go through invoke.
This commit is contained in:
Lars Brubaker 2015-12-17 16:26:54 -08:00
parent b215128f0d
commit 16562edf45
3 changed files with 7 additions and 31 deletions

View file

@ -921,7 +921,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
if (gcodeViewWidget != null
&& gcodeViewWidget.LoadedGCode == null)
{
// If we have finished loading the gcode and the source file exists but we don't have any loaded gcode it is because the loaded decided to not load it.
// If we have finished loading the gcode and the source file exists but we don't have any loaded gcode it is because the loader decided to not load it.
if (File.Exists(printItem.FileLocation))
{
SetProcessingMessage(string.Format(fileTooBigToLoad, printItem.Name));