Fix #110: Price column is removed when the setting is disabled.

This commit is contained in:
Waleed Khan 2014-07-26 21:13:30 -04:00
parent ea897ee2ef
commit 689acc1e32

View file

@ -646,6 +646,7 @@ void TabDeckEditor::actDecrement()
void TabDeckEditor::setPriceTagFeatureEnabled(int enabled)
{
aUpdatePrices->setVisible(enabled);
deckModel->pricesUpdated();
}
void TabDeckEditor::actUpdatePrices()