Now all transforms are calculated properly using
DiagramGraphUtil.getDynamicWorldTransform in
the default case. This fixes the highlights for flags
that are attached to a diagram template flag table.
refs #6812
return new TypicalInheritanceResult(templatized, null, worldTransform, hasElementSource, null);\r
}\r
\r
- AffineTransform worldTransform = DiagramGraphUtil.getWorldTransform(graph, element);\r
+ AffineTransform worldTransform = DiagramGraphUtil.getDynamicWorldTransform(graph, runtimeDiagram, element);\r
return new TypicalInheritanceResult(templatized, null, worldTransform, hasElementSource, null);\r
}\r
\r