Make sure we don't rebuild during clone
This commit is contained in:
parent
290cae696c
commit
fa8dd5c5b4
4 changed files with 6 additions and 4 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue