mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-15 19:47:46 -07:00
Fix #110: Price column is removed when the setting is disabled.
This commit is contained in:
parent
ea897ee2ef
commit
689acc1e32
1 changed files with 1 additions and 0 deletions
|
|
@ -646,6 +646,7 @@ void TabDeckEditor::actDecrement()
|
||||||
void TabDeckEditor::setPriceTagFeatureEnabled(int enabled)
|
void TabDeckEditor::setPriceTagFeatureEnabled(int enabled)
|
||||||
{
|
{
|
||||||
aUpdatePrices->setVisible(enabled);
|
aUpdatePrices->setVisible(enabled);
|
||||||
|
deckModel->pricesUpdated();
|
||||||
}
|
}
|
||||||
|
|
||||||
void TabDeckEditor::actUpdatePrices()
|
void TabDeckEditor::actUpdatePrices()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue