Remove DragDropData dependency, add UndoBuffer

- Issue MatterHackers/MCCentral#5060
On startup, item is selected but not showing correct editor
This commit is contained in:
John Lewin 2019-03-07 17:56:41 -08:00
parent e7f3baed3f
commit 7ae2b6f87c
5 changed files with 9 additions and 22 deletions

View file

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