mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
- 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:
@@ -274,6 +274,8 @@ public class CEditorDraftingProcess extends ACEditorBase<CardPrinted, DeckGroup>
|
|||||||
//Remove buttons
|
//Remove buttons
|
||||||
VCardCatalog.SINGLETON_INSTANCE.getBtnAdd4().setVisible(false);
|
VCardCatalog.SINGLETON_INSTANCE.getBtnAdd4().setVisible(false);
|
||||||
|
|
||||||
|
VCurrentDeck.SINGLETON_INSTANCE.getBtnDoSideboard().setVisible(false);
|
||||||
|
|
||||||
VCurrentDeck.SINGLETON_INSTANCE.getPnlHeader().setVisible(false);
|
VCurrentDeck.SINGLETON_INSTANCE.getPnlHeader().setVisible(false);
|
||||||
|
|
||||||
if (VDeckgen.SINGLETON_INSTANCE.getParentCell() != null) {
|
if (VDeckgen.SINGLETON_INSTANCE.getParentCell() != null) {
|
||||||
|
|||||||
@@ -156,6 +156,7 @@ public final class CEditorLimited extends ACEditorBase<CardPrinted, DeckGroup> {
|
|||||||
|
|
||||||
SEditorUtil.resetUI();
|
SEditorUtil.resetUI();
|
||||||
|
|
||||||
|
VCurrentDeck.SINGLETON_INSTANCE.getBtnDoSideboard().setVisible(true);
|
||||||
VCurrentDeck.SINGLETON_INSTANCE.getBtnPrintProxies().setVisible(false);
|
VCurrentDeck.SINGLETON_INSTANCE.getBtnPrintProxies().setVisible(false);
|
||||||
VCurrentDeck.SINGLETON_INSTANCE.getBtnSave().setVisible(true);
|
VCurrentDeck.SINGLETON_INSTANCE.getBtnSave().setVisible(true);
|
||||||
((FLabel) VCurrentDeck.SINGLETON_INSTANCE.getBtnSave())
|
((FLabel) VCurrentDeck.SINGLETON_INSTANCE.getBtnSave())
|
||||||
|
|||||||
Reference in New Issue
Block a user