Update cached editor layouts in constructor.

This commit is contained in:
Jim Evins
2017-05-19 23:17:30 -04:00
parent 438dccd28f
commit 28f11da8d9
+2
View File
@@ -119,6 +119,8 @@ namespace glabels
mTextHAlign = textHAlign; mTextHAlign = textHAlign;
mTextVAlign = textVAlign; mTextVAlign = textVAlign;
mTextLineSpacing = textLineSpacing; mTextLineSpacing = textLineSpacing;
update(); // Initialize cached editor layouts
} }