Make sure we don't rebuild during clone

This commit is contained in:
LarsBrubaker 2020-11-17 07:55:49 -08:00
parent 290cae696c
commit fa8dd5c5b4
4 changed files with 6 additions and 4 deletions

View file

@ -857,7 +857,8 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
}
}
if (drawColor.alpha != 255
if (drawColor.alpha < 255
&& drawColor.alpha > 0
&& item is Object3D item3D)
{
item3D.EnsureTransparentSorting();