Actually return the current editor

This commit is contained in:
Michael Becker 2019-08-02 14:23:46 -04:00
parent 8cee209f3b
commit aa0b43c0a2

View File

@ -617,7 +617,7 @@ namespace UniversalEditor.UserInterface
if (page == null)
return null;
return null;
return (page.Controls[0] as Editor);
}
public Pages.EditorPage GetCurrentEditorPage()
{