Skip to content

Commit 4b5cc8b

Browse files
committed
Improved ShortcutDialog update 4
Set focus to filterTextBox after clearButton is closed.
1 parent 069fda0 commit 4b5cc8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

FlashDevelop/Dialogs/ShortcutDialog.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,7 @@ void ClearFilterClick(object sender, EventArgs e)
506506
{
507507
this.viewCustom.Checked = false;
508508
this.filterTextBox.Text = string.Empty;
509+
this.filterTextBox.Select();
509510
}
510511

511512
/// <summary>

0 commit comments

Comments
 (0)