forked from External/mage
Exile, Reveal, Looked At windows of a game are hidden now as you switch to another pane (e.g. other game, tables, deck editor) and shown again as you switch back.
This commit is contained in:
parent
2f996847b3
commit
5b02b5b32c
2 changed files with 48 additions and 3 deletions
|
|
@ -114,6 +114,16 @@ public class GamePane extends MagePane {
|
|||
return gameId;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void deactivated() {
|
||||
gamePanel.deactivated();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void activated() {
|
||||
gamePanel.activated();
|
||||
}
|
||||
|
||||
private mage.client.game.GamePanel gamePanel;
|
||||
private javax.swing.JScrollPane jScrollPane1;
|
||||
private UUID gameId;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue