Remove View3DWidget from IObject3DEditor
- Issue MatterHackers/MCCentral#3567 Remove IObject3DEditor coupling to View3DWidget
This commit is contained in:
parent
32f77d1e51
commit
5d3f6b9f89
4 changed files with 11 additions and 7 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue