浏览代码

Fixed Multiple Help and Audit Trail Buttons appearing in EmbeddedDynamicEditorForm

Frank van den Bos 2 年之前
父节点
当前提交
092eb8717f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      InABox.DynamicGrid/EmbeddedDynamicEditorForm.xaml.cs

+ 1 - 0
InABox.DynamicGrid/EmbeddedDynamicEditorForm.xaml.cs

@@ -287,6 +287,7 @@ namespace InABox.DynamicGrid
             if (Pages == null || Pages.Count == 0)
                 Editor.Margin = new Thickness(5, 5, 5, 0);
 
+            Buttons.Children.Clear();
             if (buttons != null)
                 foreach (var button in buttons)
                 {