diff --git a/Libraries/UniversalEditor.UserInterface/Pages/EditorPage.cs b/Libraries/UniversalEditor.UserInterface/Pages/EditorPage.cs index 65ef7cbc..444069c7 100644 --- a/Libraries/UniversalEditor.UserInterface/Pages/EditorPage.cs +++ b/Libraries/UniversalEditor.UserInterface/Pages/EditorPage.cs @@ -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];