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
61f1141f
Unverified
Commit
61f1141f
authored
May 13, 2021
by
ebbit1q
Committed by
GitHub
May 13, 2021
Browse files
fix #3840 (#4348)
parent
0a73162b
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/tab_game.cpp
View file @
61f1141f
...
...
@@ -163,6 +163,9 @@ void DeckViewContainer::updateSideboardLockButtonText()
}
else
{
sideboardLockButton
->
setText
(
tr
(
"Sideboard locked"
));
}
// setting text on a button removes its shortcut
ShortcutsSettings
&
shortcuts
=
SettingsCache
::
instance
().
shortcuts
();
sideboardLockButton
->
setShortcut
(
shortcuts
.
getSingleShortcut
(
"DeckViewContainer/sideboardLockButton"
));
}
void
DeckViewContainer
::
refreshShortcuts
()
...
...
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