Make sure we clear the add parts list after we add it.
This commit is contained in:
parent
5ce0c8e73d
commit
b6105b4642
2 changed files with 2 additions and 0 deletions
|
|
@ -116,6 +116,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
else if (pendingPartsToLoad.Count > 0)
|
||||
{
|
||||
LoadAndAddPartsToPlate(pendingPartsToLoad.ToArray());
|
||||
pendingPartsToLoad.Clear();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
|
|
@ -601,6 +601,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
else
|
||||
{
|
||||
LoadAndAddPartsToPlate(pendingPartsToLoad.ToArray());
|
||||
pendingPartsToLoad.Clear();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue