Revise plugins
This commit is contained in:
parent
9eeac1c782
commit
0b1e3732c4
29 changed files with 566 additions and 167 deletions
|
|
@ -631,7 +631,7 @@ namespace MatterHackers.MatterControl.DesignTools
|
|||
}
|
||||
// Use known IObject3D editors
|
||||
else if (propertyValue is IObject3D item
|
||||
&& ApplicationController.Instance.GetEditorsForType(property.PropertyType)?.FirstOrDefault() is IObject3DEditor iObject3DEditor)
|
||||
&& ApplicationController.Instance.Extensions.GetEditorsForType(property.PropertyType)?.FirstOrDefault() is IObject3DEditor iObject3DEditor)
|
||||
{
|
||||
rowContainer = iObject3DEditor.Create(item, theme);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue