Skip to content

Commit

Permalink
Ensure Refresh command from main menu is enabled at startup
Browse files Browse the repository at this point in the history
  • Loading branch information
retailcoder committed Nov 29, 2018
1 parent 92beed1 commit b524fb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rubberduck.Core/AppMenu.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public void Initialize()
{
menu.Initialize();
}
EvaluateCanExecute(_parser.State);
}

public void OnSelectedDeclarationChange(object sender, DeclarationChangedEventArgs e)
Expand Down

0 comments on commit b524fb7

Please sign in to comment.