Add to, rather than overwrite flags

- Issue MatterHackers/MCCentral#4110
Cut/Copy/Paste missing text
This commit is contained in:
John Lewin 2018-09-08 13:58:17 -07:00
parent 6d087fc7d0
commit b98e119ae7

View file

@ -335,7 +335,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
this.HoverColor = theme.Colors.PrimaryAccentColor;
content.VAnchor = VAnchor.Center;
content.HAnchor = HAnchor.Left;
content.HAnchor |= HAnchor.Left;
this.AddChild(content);
}