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

@ -40,6 +40,6 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
bool Unlocked { get; }
string Name { get; }
IEnumerable<Type> SupportedTypes();
GuiWidget Create(IObject3D item, View3DWidget view3DWidget, ThemeConfig theme);
GuiWidget Create(IObject3D item, ThemeConfig theme);
}
}