* UIPipe:修正界面设计器删除不了的问题

This commit is contained in:
Sunny 2021-12-06 15:55:39 +08:00
parent 073d662ebc
commit 129a6379b1
2 changed files with 0 additions and 6 deletions

Binary file not shown.

View File

@ -53,12 +53,6 @@ namespace Sunny.UI
}
}
protected override void Dispose(bool disposing)
{
foreach (var key in linked.Keys)
linked[key]?.Dispose();
}
private UILine.LineDirection direction = UILine.LineDirection.Horizontal;
[DefaultValue(UILine.LineDirection.Horizontal)]