mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-01-17 23:35:50 -08:00
Fix #110: Price column is removed when the setting is disabled.
This commit is contained in:
@@ -646,6 +646,7 @@ void TabDeckEditor::actDecrement()
|
||||
void TabDeckEditor::setPriceTagFeatureEnabled(int enabled)
|
||||
{
|
||||
aUpdatePrices->setVisible(enabled);
|
||||
deckModel->pricesUpdated();
|
||||
}
|
||||
|
||||
void TabDeckEditor::actUpdatePrices()
|
||||
|
||||
Reference in New Issue
Block a user