Add to, rather than overwrite flags
- Issue MatterHackers/MCCentral#4110 Cut/Copy/Paste missing text
This commit is contained in:
parent
6d087fc7d0
commit
b98e119ae7
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue