mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 09:04:53 -07:00
Ensure the whole table gets refreshed when updating prices
This commit is contained in:
parent
b0ee2e6d4b
commit
bf92e67002
2 changed files with 3 additions and 9 deletions
|
|
@ -51,7 +51,7 @@ public:
|
|||
void cleanList();
|
||||
DeckLoader *getDeckList() const { return deckList; }
|
||||
void setDeckList(DeckLoader *_deck);
|
||||
void pricesUpdated(InnerDecklistNode *node = 0);
|
||||
void pricesUpdated();
|
||||
private:
|
||||
DeckLoader *deckList;
|
||||
InnerDecklistNode *root;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue