Fix readImageFile to set mSvg, use in drawShadow also

This commit is contained in:
gitlost
2019-08-23 09:27:14 +01:00
parent 98038e34e7
commit e8daa8aa48
7 changed files with 198 additions and 74 deletions
+2 -1
View File
@@ -111,7 +111,8 @@ namespace glabels
delete label;
return nullptr;
}
label->setTmplate( tmplate );
label->setTmplate( tmplate ); // Copies arg
delete tmplate;
}
else if ( tagName == "Objects" )
{