Actually return the current editor
This commit is contained in:
parent
8cee209f3b
commit
aa0b43c0a2
@ -617,7 +617,7 @@ namespace UniversalEditor.UserInterface
|
||||
if (page == null)
|
||||
return null;
|
||||
|
||||
return null;
|
||||
return (page.Controls[0] as Editor);
|
||||
}
|
||||
public Pages.EditorPage GetCurrentEditorPage()
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user