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)
|
||||
{
|
||||
aUpdatePrices->setVisible(enabled);
|
||||
deckModel->pricesUpdated();
|
||||
}
|
||||
|
||||
void TabDeckEditor::actUpdatePrices()
|
||||
|
|
Loading…
Reference in a new issue