Fixed bug where DataFormatReference was not being created correctly
This commit is contained in:
parent
0108540ba5
commit
6769504274
@ -18,7 +18,7 @@ namespace UniversalEditor.DataFormats.Project.Microsoft.VisualStudio
|
||||
{
|
||||
if (_dfr == null)
|
||||
{
|
||||
_dfr = base.MakeReferenceInternal();
|
||||
_dfr = new DataFormatReference(GetType());
|
||||
_dfr.Capabilities.Add(typeof(ProjectObjectModel), DataFormatCapabilities.All);
|
||||
}
|
||||
return _dfr;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user