mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-08 10:16:36 +08:00
block
This commit is contained in:
@@ -160,7 +160,7 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
FirstPoint = null;
|
||||
if (Info?.Children?.Count > 0)
|
||||
{
|
||||
var borders = VisualHelper.FindVisualChildren<BlockBorder>(this);
|
||||
var borders = VisualHelper.FindVisualChildren<BlockGrid>(this);
|
||||
foreach (var border in borders)
|
||||
{
|
||||
var itemsContainers = VisualHelper.TryFindParent<BlockItemsContainer>(border);
|
||||
|
||||
Reference in New Issue
Block a user