mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-16 14:16:36 +08:00
系统优化
This commit is contained in:
@@ -83,9 +83,11 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
dataObject.ContentType = toolBoxData.Type;
|
||||
dataObject.DesiredSize = toolBoxData.DesiredSize;
|
||||
dataObject.DesiredMinSize = toolBoxData.DesiredMinSize;
|
||||
dataObject.ConnectorInfo = toolBoxData.ConnectorInfo;
|
||||
dataObject.Icon = toolBoxData.Icon;
|
||||
dataObject.Text = toolBoxData.Text;
|
||||
dataObject.ColorViewModel = toolBoxData.ColorViewModel;
|
||||
dataObject.FontViewModel = toolBoxData.FontViewModel;
|
||||
if (toolBoxData.Addition is DesignerItemViewModelBase designerItemViewModelBase)
|
||||
{
|
||||
dataObject.DesignerItem = designerItemViewModelBase.ToSerializableItem();
|
||||
|
||||
Reference in New Issue
Block a user