1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-08 04:20:09 +00:00

Setting component ID for SVG text elements.

This commit is contained in:
jules 2015-02-11 10:29:19 +00:00
parent 036c6cb4a2
commit 585b202945

View file

@ -825,6 +825,7 @@ private:
const String anchorStr = getStyleAttribute(xml, "text-anchor");
DrawableComposite* dc = new DrawableComposite();
setDrawableID (*dc, xml);
forEachXmlChildElement (*xml, e)
{