修复demo中彩色节点的bug

This commit is contained in:
艾竹
2023-05-03 18:35:01 +08:00
parent c462d110ff
commit b9210cb6d9
10 changed files with 123 additions and 46 deletions

View File

@@ -195,7 +195,7 @@ namespace AIStudio.Wpf.DiagramDesigner
this.ItemHeight = this.ImageHeight;
}
public override bool InitData()
public override bool Verify()
{
if (string.IsNullOrEmpty(Icon))
return EditData();