- Sideboarding: the drafting window will no longer show an option to switch between the main and the sideboard (only the drafted deck editor will).

This commit is contained in:
Agetian
2012-12-15 14:50:37 +00:00
parent 3db5163780
commit 2cca75b6c7
2 changed files with 3 additions and 0 deletions

View File

@@ -274,6 +274,8 @@ public class CEditorDraftingProcess extends ACEditorBase<CardPrinted, DeckGroup>
//Remove buttons
VCardCatalog.SINGLETON_INSTANCE.getBtnAdd4().setVisible(false);
VCurrentDeck.SINGLETON_INSTANCE.getBtnDoSideboard().setVisible(false);
VCurrentDeck.SINGLETON_INSTANCE.getPnlHeader().setVisible(false);
if (VDeckgen.SINGLETON_INSTANCE.getParentCell() != null) {

View File

@@ -156,6 +156,7 @@ public final class CEditorLimited extends ACEditorBase<CardPrinted, DeckGroup> {
SEditorUtil.resetUI();
VCurrentDeck.SINGLETON_INSTANCE.getBtnDoSideboard().setVisible(true);
VCurrentDeck.SINGLETON_INSTANCE.getBtnPrintProxies().setVisible(false);
VCurrentDeck.SINGLETON_INSTANCE.getBtnSave().setVisible(true);
((FLabel) VCurrentDeck.SINGLETON_INSTANCE.getBtnSave())