mirror of
https://github.com/abdelkader/vCardEditor
synced 2025-12-12 08:27:19 +07:00
keep focus on text box filter
This commit is contained in:
@@ -290,8 +290,9 @@ namespace vCardEditor.View
|
||||
{
|
||||
//Save before leaving contact.
|
||||
BeforeLeavingContact?.Invoke(sender, new EventArg<vCard>(GetvCardFromWindow()));
|
||||
|
||||
FilterTextChanged?.Invoke(sender, new EventArg<string>(textBoxFilter.Text));
|
||||
|
||||
textBoxFilter.Focus();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user