don't bother caching this since the subclass caches it
This commit is contained in:
parent
6ec7b011c3
commit
1f836c42f2
@ -297,16 +297,9 @@ namespace UniversalEditor.UserInterface
|
||||
}
|
||||
#endregion
|
||||
|
||||
private static EditorReference _er = null;
|
||||
public virtual EditorReference MakeReference()
|
||||
{
|
||||
return new EditorReference(GetType());
|
||||
|
||||
if (_er == null)
|
||||
{
|
||||
_er = new EditorReference(GetType());
|
||||
}
|
||||
return _er;
|
||||
}
|
||||
|
||||
private bool mvarInhibitUndo = false;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user