From ac0d028e0d41e34552aa30aeb7730c37f03cc2e2 Mon Sep 17 00:00:00 2001 From: gomi42 Date: Fri, 1 Sep 2023 10:43:07 +0200 Subject: [PATCH] clear errors with new focal --- MainWindow.xaml.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/MainWindow.xaml.cs b/MainWindow.xaml.cs index 449f8e7..4b60e36 100644 --- a/MainWindow.xaml.cs +++ b/MainWindow.xaml.cs @@ -534,6 +534,7 @@ private async void ButtonScan(object sender, RoutedEventArgs e) if (!error) { MyTabControl.SelectedIndex = 1; + ShowErrors.Text = string.Empty; } ShowScanning.Visibility = Visibility.Collapsed;