Skip to content

Commit

Permalink
new taxonomy: set fucus on create btn when path updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Abbe98 committed Jan 2, 2016
1 parent cccc7de commit 87e0b3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tax Composer/NewTaxForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ private void folderBrowseBtn_Click(object sender, EventArgs e)
if (folderBrowserDialog.ShowDialog() == DialogResult.OK)
{
this.pathBox.Text = folderBrowserDialog.SelectedPath;
this.createBtn.Focus();
}
}

Expand Down

0 comments on commit 87e0b3d

Please sign in to comment.