Remove DragDropData dependency, add UndoBuffer
- Issue MatterHackers/MCCentral#5060 On startup, item is selected but not showing correct editor
This commit is contained in:
parent
e7f3baed3f
commit
7ae2b6f87c
5 changed files with 9 additions and 22 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue