mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-19 16:06:35 +08:00
第一版终稿
This commit is contained in:
@@ -579,7 +579,9 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
n1 = rect.BottomLeft; n2 = rect.BottomRight;
|
||||
break;
|
||||
default:
|
||||
throw new Exception("No neighour corners found!");
|
||||
//throw new Exception("No neighour corners found!");
|
||||
n1 = rect.TopLeft; n2 = rect.BottomLeft;//ToDo
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user