diff options
Diffstat (limited to 'plugins/org.eclipse.gmf.graphdef.codegen/templates.migrated/attr/Shape.xpt')
-rw-r--r-- | plugins/org.eclipse.gmf.graphdef.codegen/templates.migrated/attr/Shape.xpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.gmf.graphdef.codegen/templates.migrated/attr/Shape.xpt b/plugins/org.eclipse.gmf.graphdef.codegen/templates.migrated/attr/Shape.xpt index 6c1d00ca0..3129577c7 100644 --- a/plugins/org.eclipse.gmf.graphdef.codegen/templates.migrated/attr/Shape.xpt +++ b/plugins/org.eclipse.gmf.graphdef.codegen/templates.migrated/attr/Shape.xpt @@ -21,7 +21,7 @@ org.eclipse.draw2d.Shape «IF xorFill»«EXPAND xorFill(figureVarName)»«ENDIF-» «IF not outline»«EXPAND outline(figureVarName)»«ENDIF-» «IF xorOutline»«EXPAND xorOutline(figureVarName)»«ENDIF-» -«IF lineWidth <> 1»«EXPAND lineWidth(figureVarName)»«ENDIF-» +«REM» UNCONDITIONALLY generate setLineWidth, see bug 262383 IF lineWidth <> 1 «ENDREM»«EXPAND lineWidth(figureVarName)»«REM» ENDIF «ENDREM-» «IF lineKind <> gmfgraph::LineKind::LINE_SOLID»«EXPAND lineKind(figureVarName)»«ENDIF-» «ENDDEFINE» |