Skip to content

Commit

Permalink
should fix issues with stats not updating on new decks (HearthSim#1354)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Zeier committed Dec 3, 2015
1 parent 5aef906 commit 1f70bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Hearthstone Deck Tracker/GameEventHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ private void SaveAndUpdateStats()
DeckStatsList.Save();
}

Core.MainWindow.DeckPickerList.UpdateDecks();
Core.MainWindow.DeckPickerList.UpdateDecks(forceUpdate: new[] {_assignedDeck});
statsControl.Refresh();
}
else if (_assignedDeck != null && _assignedDeck.DeckStats.Games.Contains(_game.CurrentGameStats))
Expand Down

0 comments on commit 1f70bc1

Please sign in to comment.