Making the public property editor able to work with object rather than only IObject3D
This commit is contained in:
parent
6163482a58
commit
dfefb936ef
10 changed files with 106 additions and 80 deletions
|
|
@ -36,7 +36,7 @@ namespace MatterHackers.MatterControl.DesignTools
|
|||
{
|
||||
public class PPEContext
|
||||
{
|
||||
public IObject3D item { get; set; }
|
||||
public object item { get; set; }
|
||||
public Dictionary<string, GuiWidget> editRows { get; private set; } = new Dictionary<string, GuiWidget>();
|
||||
|
||||
public GuiWidget GetEditRow(string propertyName)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue