bug修复

This commit is contained in:
艾竹
2023-04-04 22:42:09 +08:00
parent a3fbb2d8ad
commit 4c54318b9a
7 changed files with 23 additions and 14 deletions

View File

@@ -88,7 +88,7 @@ namespace AIStudio.Wpf.DiagramDesigner.Controls
foreach (DesignerItemViewModelBase item in designerItems.OfType<DesignerItemViewModelBase>())
{
if (item != null && item.ParentId == Guid.Empty)
if (item != null)
{
switch (base.VerticalAlignment)
{