Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
689acc1e
Commit
689acc1e
authored
Jul 26, 2014
by
Waleed Khan
Browse files
Fix #110: Price column is removed when the setting is disabled.
parent
ea897ee2
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/tab_deck_editor.cpp
View file @
689acc1e
...
...
@@ -646,6 +646,7 @@ void TabDeckEditor::actDecrement()
void
TabDeckEditor
::
setPriceTagFeatureEnabled
(
int
enabled
)
{
aUpdatePrices
->
setVisible
(
enabled
);
deckModel
->
pricesUpdated
();
}
void
TabDeckEditor
::
actUpdatePrices
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment