fix crash if OpenFile(string) is called and file is not found - e.g. from Bookmarks menu
This commit is contained in:
parent
215a5f9182
commit
6de9efa9e9
@ -1049,6 +1049,9 @@ namespace UniversalEditor.UserInterface
|
||||
{
|
||||
InitEditorPage(doc);
|
||||
|
||||
if (doc == null)
|
||||
continue;
|
||||
|
||||
if (doc.Accessor is FileAccessor)
|
||||
{
|
||||
// FIXME: support Accessors other than FileAccessor
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user