mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
fix sideboard not being re-locked on load deck (#5486)
This commit is contained in:
parent
c148c8df7f
commit
ca2d438cda
1 changed files with 2 additions and 0 deletions
|
|
@ -135,6 +135,8 @@ void DeckViewContainer::switchToDeckSelectView()
|
|||
readyStartButton->setState(false);
|
||||
sideboardLockButton->setState(false);
|
||||
|
||||
deckView->setLocked(true);
|
||||
|
||||
sendReadyStartCommand(false);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue