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
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue