소스 검색

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)
                 {