mirror of
https://github.com/correl/mage.git
synced 2024-12-24 03:00:14 +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;
|
||||
session = MageFrame.getSession();
|
||||
cheat.setVisible(session.isTestMode());
|
||||
cheat.setFocusable(false);
|
||||
}
|
||||
|
||||
public void update(PlayerView player) {
|
||||
|
|
Loading…
Reference in a new issue