Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bundles/org.eclipse.e4.tools.emf.liveeditor/src/org/eclipse/e4/tools/emf/liveeditor/OpenLiveDialogHandler.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.e4.tools.emf.liveeditor/src/org/eclipse/e4/tools/emf/liveeditor/OpenLiveDialogHandler.java b/bundles/org.eclipse.e4.tools.emf.liveeditor/src/org/eclipse/e4/tools/emf/liveeditor/OpenLiveDialogHandler.java
index c825e8c5..8ddb090f 100644
--- a/bundles/org.eclipse.e4.tools.emf.liveeditor/src/org/eclipse/e4/tools/emf/liveeditor/OpenLiveDialogHandler.java
+++ b/bundles/org.eclipse.e4.tools.emf.liveeditor/src/org/eclipse/e4/tools/emf/liveeditor/OpenLiveDialogHandler.java
@@ -50,7 +50,7 @@ public class OpenLiveDialogHandler {
MemoryModelResource resource = new MemoryModelResource(application);
childContext.set(IModelResource.class, resource);
childContext.set(Composite.class.getName(), shell);
-
+ childContext.set(Shell.class.getName(), shell);
ContextInjectionFactory.make(ApplicationModelEditor.class, childContext);
// new ApplicationModelEditor(shell, childContext, resource, null);

Back to the top