diff options
Diffstat (limited to 'plugins/org.eclipse.gmf.graphdef.codegen/templates/top/Figure.xpt')
-rw-r--r-- | plugins/org.eclipse.gmf.graphdef.codegen/templates/top/Figure.xpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/org.eclipse.gmf.graphdef.codegen/templates/top/Figure.xpt b/plugins/org.eclipse.gmf.graphdef.codegen/templates/top/Figure.xpt index 6bf15569f..6606ffe82 100644 --- a/plugins/org.eclipse.gmf.graphdef.codegen/templates/top/Figure.xpt +++ b/plugins/org.eclipse.gmf.graphdef.codegen/templates/top/Figure.xpt @@ -26,12 +26,14 @@ * @generated */ public «cuName»() { +«getBordersInUse().clear()->""-» «EXPAND Layout::Init("this") FOR layout-» «EXPAND Attrs::Init("this")-» «IF !children.typeSelect(Figure).isEmpty()-» createContents(); } «EXPAND Children::CreateChildren-» +«EXPAND Border::InitMethods» «ELSE-» } «ENDIF-» |