Skip to content

Commit

Permalink
Update RenameView.xaml.cs
Browse files Browse the repository at this point in the history
fixed stupid compile error introduced in previous in-browser edit
  • Loading branch information
retailcoder committed Jun 29, 2017
1 parent 326a149 commit 962923e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RetailCoder.VBE/UI/Refactorings/Rename/RenameView.xaml.cs
Expand Up @@ -6,7 +6,7 @@ public RenameView()
{
InitializeComponent();

Loaded +=
Loaded += (o, e) =>
{
RenameTextBox.Focus();
RenameTextBox.SelectAll();
Expand Down

0 comments on commit 962923e

Please sign in to comment.