mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-21 08:56:36 +08:00
@@ -77,9 +77,7 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
DragObject dataObject = new DragObject();
|
||||
dataObject.ContentType = toolBoxData.Type;
|
||||
dataObject.DesiredSize = toolBoxData.DesiredSize;
|
||||
dataObject.DesiredMinSize = toolBoxData.DesiredMinSize;
|
||||
dataObject.Icon = toolBoxData.Icon;
|
||||
dataObject.Text = toolBoxData.Text;
|
||||
dataObject.ColorViewModel = toolBoxData.ColorViewModel;
|
||||
dataObject.DesignerItem = toolBoxData.Addition;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user