mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-17 15:06:36 +08:00
修复demo中彩色节点的bug
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -82,7 +82,7 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
EditData();
|
||||
}
|
||||
|
||||
public override bool InitData()
|
||||
public override bool Verify()
|
||||
{
|
||||
if (string.IsNullOrEmpty(Icon))
|
||||
return EditData();
|
||||
|
||||
Reference in New Issue
Block a user