Skip to content

Commit 3091025

Browse files
committed
CoatOfArms fix apply
1 parent 4ca9879 commit 3091025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Drachenhorn.Desktop/UserControls/CoatOfArmsControl.xaml.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ private void EditButton_Click(object sender, RoutedEventArgs e)
4646
((CoatOfArms) DataContext).Base64String = view.GetBase64();
4747
};
4848

49-
view.Show();
49+
view.ShowDialog();
5050
}
5151

5252
private void ClearButton_OnClick(object sender, RoutedEventArgs e)

0 commit comments

Comments
 (0)