diff options
author | atikhomirov | 2007-02-05 18:40:53 +0000 |
---|---|---|
committer | atikhomirov | 2007-02-05 18:40:53 +0000 |
commit | 2a2f23242e21de5e0ca8f8fa1e634341756a8a80 (patch) | |
tree | b8a68d1254897c174b2428df72e4c04e157bb645 /plugins/org.eclipse.gmf.graphdef.codegen | |
parent | 2802a23c294bc080bd3a417e6a437f4df22c815a (diff) | |
download | org.eclipse.gmf-tooling-2a2f23242e21de5e0ca8f8fa1e634341756a8a80.tar.gz org.eclipse.gmf-tooling-2a2f23242e21de5e0ca8f8fa1e634341756a8a80.tar.xz org.eclipse.gmf-tooling-2a2f23242e21de5e0ca8f8fa1e634341756a8a80.zip |
[172864] figure's attributes are not set for decorations
Diffstat (limited to 'plugins/org.eclipse.gmf.graphdef.codegen')
-rw-r--r-- | plugins/org.eclipse.gmf.graphdef.codegen/templates/attr/Decoration.xpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/org.eclipse.gmf.graphdef.codegen/templates/attr/Decoration.xpt b/plugins/org.eclipse.gmf.graphdef.codegen/templates/attr/Decoration.xpt index 4e9257c39..1ad81d328 100644 --- a/plugins/org.eclipse.gmf.graphdef.codegen/templates/attr/Decoration.xpt +++ b/plugins/org.eclipse.gmf.graphdef.codegen/templates/attr/Decoration.xpt @@ -16,12 +16,14 @@ «DEFINE polylineAttrs(String figureVarName) FOR gmfgraph::PolylineDecoration-» «EXPAND attr::Shape::shapeAttrs(figureVarName)-» +«EXPAND attr::Figure::figureAttrs(figureVarName)-» «EXPAND templatePoints(figureVarName)-» «EXPAND scale(figureVarName)-» «ENDDEFINE» «DEFINE polylineAttrs(String figureVarName) FOR gmfgraph::PolygonDecoration-» «EXPAND attr::Shape::shapeAttrs(figureVarName)-» +«EXPAND attr::Figure::figureAttrs(figureVarName)-» «EXPAND templatePoints(figureVarName)-» «EXPAND scale(figureVarName)-» «ENDDEFINE» |