Disable SB button when ready

Updated to trigger on receive rather than send
This commit is contained in:
Matt Lowe 2015-05-15 23:13:49 +02:00
parent 18da49d454
commit f2c3045a71

View file

@ -217,6 +217,7 @@ void DeckViewContainer::setReadyStart(bool ready)
{
readyStartButton->setState(ready);
deckView->setLocked(ready || !sideboardLockButton->getState());
sideboardLockButton->setEnabled(!readyStartButton->getState());
}
void DeckViewContainer::setSideboardLocked(bool locked)