diff options
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.dawn.codegen/src/template/GMFFragmentTemplate.xpt')
-rw-r--r-- | plugins/org.eclipse.emf.cdo.dawn.codegen/src/template/GMFFragmentTemplate.xpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.dawn.codegen/src/template/GMFFragmentTemplate.xpt b/plugins/org.eclipse.emf.cdo.dawn.codegen/src/template/GMFFragmentTemplate.xpt index 490297e189..b22507a0b3 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.codegen/src/template/GMFFragmentTemplate.xpt +++ b/plugins/org.eclipse.emf.cdo.dawn.codegen/src/template/GMFFragmentTemplate.xpt @@ -98,7 +98,6 @@ public class «this.dawnEditorClassName» extends «GMFGenEditorGenerator.editor.cl } dawnEditorSupport.setView(((DawnEditorInput)input).getView()); - dawnEditorSupport.registerListeners(); } «EXPAND generatedComment -» @@ -106,6 +105,7 @@ public class «this.dawnEditorClassName» extends «GMFGenEditorGenerator.editor.cl protected void initializeGraphicalViewer() { super.initializeGraphicalViewer(); + dawnEditorSupport.registerListeners(); } «EXPAND generatedComment -» |