well this never worked right apparently
This commit is contained in:
parent
72c0670167
commit
245041bbfa
@ -196,8 +196,18 @@ namespace UniversalEditor
|
||||
{
|
||||
if (assoc.ObjectModels.Contains(ac.ObjectModel))
|
||||
{
|
||||
associations.Add(assoc);
|
||||
continue;
|
||||
if (ac.DataFormat != null)
|
||||
{
|
||||
if (assoc.DataFormats.Contains(ac.DataFormat))
|
||||
{
|
||||
associations.Add(assoc);
|
||||
continue;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
associations.Add(assoc);
|
||||
}
|
||||
}
|
||||
}
|
||||
if (ac.DataFormat != null)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user