We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ca9879 commit 3091025Copy full SHA for 3091025
Drachenhorn.Desktop/UserControls/CoatOfArmsControl.xaml.cs
@@ -46,7 +46,7 @@ private void EditButton_Click(object sender, RoutedEventArgs e)
46
((CoatOfArms) DataContext).Base64String = view.GetBase64();
47
};
48
49
- view.Show();
+ view.ShowDialog();
50
}
51
52
private void ClearButton_OnClick(object sender, RoutedEventArgs e)
0 commit comments