Commit 689acc1e authored by Waleed Khan's avatar Waleed Khan
Browse files

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

parent ea897ee2
......@@ -646,6 +646,7 @@ void TabDeckEditor::actDecrement()
void TabDeckEditor::setPriceTagFeatureEnabled(int enabled)
{
aUpdatePrices->setVisible(enabled);
deckModel->pricesUpdated();
}
void TabDeckEditor::actUpdatePrices()
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment