Copy other text parameters to symmetry counterparts

This commit is contained in:
2020-11-16 16:45:54 -08:00
parent a6de537e4a
commit 17ef93bb6e
4 changed files with 5 additions and 1 deletions

View File

@ -249,6 +249,9 @@ namespace ConformalDecals {
decal.text = text;
decal.font = font;
decal.style = style;
decal.vertical = vertical;
decal.charSpacing = charSpacing;
decal.lineSpacing = lineSpacing;
decal._currentJob = _currentJob;
decal._currentText = _currentText;