mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-03 00:00:57 +08:00
Boundary画线算法,精度导致的问题修复
This commit is contained in:
@@ -59,7 +59,14 @@ namespace AIStudio.Wpf.Flowchart
|
||||
{
|
||||
get
|
||||
{
|
||||
return SubType.ToEnum<MindType>();
|
||||
if (SubType == null)
|
||||
{
|
||||
return MindType.Mind;
|
||||
}
|
||||
else
|
||||
{
|
||||
return SubType.ToEnum<MindType>();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user