Skip to content

Commit

Permalink
clear errors with new focal
Browse files Browse the repository at this point in the history
  • Loading branch information
gomi42 committed Sep 1, 2023
1 parent 0f16035 commit ac0d028
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ac0d028

Please sign in to comment.