mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
[UI] made cheat button not focusable
This commit is contained in:
parent
bf2343e9be
commit
e832ff3b53
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@ public class PlayerPanelExt extends javax.swing.JPanel {
|
||||||
this.bigCard = bigCard;
|
this.bigCard = bigCard;
|
||||||
session = MageFrame.getSession();
|
session = MageFrame.getSession();
|
||||||
cheat.setVisible(session.isTestMode());
|
cheat.setVisible(session.isTestMode());
|
||||||
|
cheat.setFocusable(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void update(PlayerView player) {
|
public void update(PlayerView player) {
|
||||||
|
|
Loading…
Reference in a new issue