Skip to content

Commit

Permalink
fixed a display issue with the shopping list when changing active com…
Browse files Browse the repository at this point in the history
…mander
  • Loading branch information
msarilar committed Oct 22, 2017
1 parent e79f536 commit 7aec16a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions EDEngineer/Views/MainWindowViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ public KeyValuePair<string, CommanderViewModel> CurrentCommander
currentCommander = value;
SettingsManager.SelectedCommander = value.Key;
OnPropertyChanged();

currentCommander.Value.RefreshShoppingList();
}
}

Expand Down

0 comments on commit 7aec16a

Please sign in to comment.