mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-21 14:23:54 -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);
|
readyStartButton->setState(false);
|
||||||
sideboardLockButton->setState(false);
|
sideboardLockButton->setState(false);
|
||||||
|
|
||||||
|
deckView->setLocked(true);
|
||||||
|
|
||||||
sendReadyStartCommand(false);
|
sendReadyStartCommand(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue