Refactor frame and markup code to use paths.
- CD frames are currently broken.
This commit is contained in:
@@ -358,7 +358,7 @@ namespace libglabels
|
||||
{
|
||||
double size = XmlUtil::getLengthAttr( node, "size", 0 );
|
||||
|
||||
frame->addMarkup( new MarkupMargin( size ) );
|
||||
frame->addMarkup( new MarkupMargin( frame, size ) );
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user