Explorar o código

Fixed Multiple Help and Audit Trail Buttons appearing in EmbeddedDynamicEditorForm

Frank van den Bos %!s(int64=2) %!d(string=hai) anos
pai
achega
092eb8717f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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)
                 {