mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
Stack tab is now shown each time the stack updates.
This commit is contained in:
@@ -5,7 +5,9 @@ import java.util.Observer;
|
||||
|
||||
import forge.AllZone;
|
||||
import forge.Command;
|
||||
import forge.gui.framework.EDocID;
|
||||
import forge.gui.framework.ICDoc;
|
||||
import forge.gui.framework.SDisplayUtil;
|
||||
import forge.gui.match.views.VStack;
|
||||
|
||||
/**
|
||||
@@ -47,6 +49,7 @@ public enum CStack implements ICDoc, Observer {
|
||||
*/
|
||||
@Override
|
||||
public void update(Observable arg0, Object arg1) {
|
||||
SDisplayUtil.showTab(EDocID.REPORT_STACK.getDoc());
|
||||
update();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user