Commit f2c3045a authored by Matt Lowe's avatar Matt Lowe
Browse files

Disable SB button when ready

Updated to trigger on receive rather than send
parent 18da49d4
...@@ -217,6 +217,7 @@ void DeckViewContainer::setReadyStart(bool ready) ...@@ -217,6 +217,7 @@ void DeckViewContainer::setReadyStart(bool ready)
{ {
readyStartButton->setState(ready); readyStartButton->setState(ready);
deckView->setLocked(ready || !sideboardLockButton->getState()); deckView->setLocked(ready || !sideboardLockButton->getState());
sideboardLockButton->setEnabled(!readyStartButton->getState());
} }
void DeckViewContainer::setSideboardLocked(bool locked) void DeckViewContainer::setSideboardLocked(bool locked)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment