Fixed Control-F Search
This commit is contained in:
@ -238,7 +238,7 @@ namespace WGneu.Windows
|
|||||||
|
|
||||||
private void FocusSearchInput(object sender, RoutedEventArgs e)
|
private void FocusSearchInput(object sender, RoutedEventArgs e)
|
||||||
{
|
{
|
||||||
if (!isEditing)
|
if (!isEditing && !isCreating)
|
||||||
{
|
{
|
||||||
SearchInput.Focus();
|
SearchInput.Focus();
|
||||||
SearchInput.SelectAll();
|
SearchInput.SelectAll();
|
||||||
|
Reference in New Issue
Block a user