Changed: focus on address field on bookmark item form
This commit is contained in:
parent
db6c2797cc
commit
e1409f9945
@ -293,6 +293,8 @@ namespace FizzyLauncher
|
||||
base.OnShown(e);
|
||||
|
||||
this.DialogResult = DialogResult.None;
|
||||
|
||||
textBox2.Focus();
|
||||
}
|
||||
|
||||
protected override void OnClosing(CancelEventArgs e)
|
||||
|
Loading…
Reference in New Issue
Block a user