Fix combine position

Make flatten name consistent
This commit is contained in:
LarsBrubaker 2019-01-26 11:43:59 -08:00
parent 6abb1e263d
commit b5bc480daa
2 changed files with 5 additions and 5 deletions

View file

@ -247,7 +247,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow.View3D
{
Mesh = resultMesh
};
resultsItem.CopyProperties(first, Object3DPropertyFlags.All);
resultsItem.CopyProperties(first, Object3DPropertyFlags.All & (~Object3DPropertyFlags.Matrix));
this.Children.Add(resultsItem);
SourceContainer.Visible = false;