Added wrap mode attribute to text box.
This commit is contained in:
@@ -341,6 +341,7 @@ namespace glabels
|
||||
XmlUtil::setDoubleAttr( node, "line_spacing", object->textLineSpacing() );
|
||||
XmlUtil::setAlignmentAttr( node, "align", object->textHAlign() );
|
||||
XmlUtil::setAlignmentAttr( node, "valign", object->textVAlign() );
|
||||
XmlUtil::setWrapModeAttr( node, "wrap", object->textWrapMode() );
|
||||
|
||||
/* affine attrs */
|
||||
createAffineAttrs( node, object );
|
||||
|
||||
Reference in New Issue
Block a user