添加了标识更新
但是只有界面没有功能
This commit is contained in:
@@ -62,7 +62,7 @@ public partial class IDIS_TemplateService : Node
|
||||
templateDescriptionEdit.TextChanged += OnTemplateDescriptionChanged;
|
||||
|
||||
|
||||
MathNode.RemoveAllChild(container);
|
||||
MathNode.ClearChild(container);
|
||||
|
||||
EnsureConfigure();
|
||||
}
|
||||
@@ -108,7 +108,7 @@ public partial class IDIS_TemplateService : Node
|
||||
private void EnsureConfigure()
|
||||
{
|
||||
itemList.Clear();
|
||||
MathNode.RemoveAllChild(container);
|
||||
MathNode.ClearChild(container);
|
||||
|
||||
foreach (var x in templates)
|
||||
{
|
||||
|
Reference in New Issue
Block a user