mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-03 00:00:57 +08:00
bug修复
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user