sometimes we expect Editor.Document to be set
This commit is contained in:
parent
3134481895
commit
515e332f61
@ -234,6 +234,7 @@ namespace UniversalEditor.UserInterface.Pages
|
||||
editor.ObjectModel = om;
|
||||
editor.DocumentEdited += editor_DocumentEdited;
|
||||
editor.Title = title;
|
||||
editor.Document = Document;
|
||||
for (int j = 0; j < reditor.Views.Count; j++)
|
||||
{
|
||||
EditorView view = reditor.Views[j];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user