diff --git a/WGneu/Windows/MemberListWindow.xaml.cs b/WGneu/Windows/MemberListWindow.xaml.cs index 4ee6d5d..d70cb02 100644 --- a/WGneu/Windows/MemberListWindow.xaml.cs +++ b/WGneu/Windows/MemberListWindow.xaml.cs @@ -238,7 +238,7 @@ namespace WGneu.Windows private void FocusSearchInput(object sender, RoutedEventArgs e) { - if (!isEditing) + if (!isEditing && !isCreating) { SearchInput.Focus(); SearchInput.SelectAll();