Actually load the file
This commit is contained in:
parent
fe5a34d997
commit
3ac2fe9dfd
@ -203,9 +203,12 @@ namespace UniversalEditor.Engines.GTK
|
||||
Editor editor = (ieditors[0] as Editor);
|
||||
if (editor == null) continue;
|
||||
|
||||
Document doc = new Document(om, df, fa);
|
||||
doc.InputAccessor.Open ();
|
||||
doc.Load ();
|
||||
|
||||
editor.ObjectModel = om;
|
||||
|
||||
Document doc = new Document(om, df, fa);
|
||||
AddDocumentTab(editor, FileName, doc);
|
||||
break;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user