mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-03 00:00:57 +08:00
group 和 line 优化
This commit is contained in:
@@ -183,6 +183,11 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
set
|
||||
{
|
||||
if (value <= 0) return;
|
||||
|
||||
if (this is GroupDesignerItemViewModel && value < 70)
|
||||
{
|
||||
|
||||
}
|
||||
SetProperty(ref _itemWidth, value);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user