Remove View3DWidget from IObject3DEditor

- Issue MatterHackers/MCCentral#3567
Remove IObject3DEditor coupling to View3DWidget
This commit is contained in:
John Lewin 2018-06-09 10:13:19 -07:00
parent 32f77d1e51
commit 5d3f6b9f89
4 changed files with 11 additions and 7 deletions

View file

@ -51,7 +51,7 @@ namespace MatterHackers.MatterControl.DesignTools
IEnumerable<Type> IObject3DEditor.SupportedTypes() => new[] { typeof(ImageObject3D) };
public GuiWidget Create(IObject3D item, View3DWidget parentView3D, ThemeConfig theme)
public GuiWidget Create(IObject3D item, ThemeConfig theme)
{
var column = new FlowLayoutWidget(FlowDirection.TopToBottom)
{