Made a distinction between load and load in background for GCodeViewer and made PartPreviewWindow call background.
This commit is contained in:
parent
c7ac37a5cb
commit
f357f69da8
1 changed files with 1 additions and 1 deletions
|
|
@ -454,7 +454,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
}
|
||||
if (partToStartLoadingOnFirstDraw != null)
|
||||
{
|
||||
gcodeViewWidget.Load(partToStartLoadingOnFirstDraw);
|
||||
gcodeViewWidget.LoadInBackground(partToStartLoadingOnFirstDraw);
|
||||
partToStartLoadingOnFirstDraw = null;
|
||||
}
|
||||
base.OnDraw(graphics2D);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue