mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-03 00:00:57 +08:00
block
This commit is contained in:
@@ -158,7 +158,7 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
if (Math.Sqrt(Math.Pow(FirstPoint.Value.X - currentPoint.X, 2) + Math.Pow(FirstPoint.Value.Y - currentPoint.Y, 2)) > 5)
|
||||
{
|
||||
FirstPoint = null;
|
||||
if (Info?.Children?.Count > 0)
|
||||
if (Info?.Children.Count > 0)
|
||||
{
|
||||
var borders = VisualHelper.FindVisualChildren<BlockGrid>(this);
|
||||
foreach (var border in borders)
|
||||
|
||||
Reference in New Issue
Block a user