Fix label parsing and creation issues.
- Parse rotate attribute of Objects node. - Create proper page size when creating template.
This commit is contained in:
@@ -87,7 +87,7 @@ namespace glabels
|
||||
if ( tmplate->isSizeOther() )
|
||||
{
|
||||
XmlUtil::setLengthAttr( node, "width", tmplate->pageWidth() );
|
||||
XmlUtil::setLengthAttr( node, "height", tmplate->pageWidth() );
|
||||
XmlUtil::setLengthAttr( node, "height", tmplate->pageHeight() );
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user