Browse Source

Fixed Multiple Help and Audit Trail Buttons appearing in EmbeddedDynamicEditorForm

Frank van den Bos 2 years ago
parent
commit
092eb8717f
1 changed files with 1 additions and 0 deletions
  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)
                 {