[UI] made cheat button not focusable

This commit is contained in:
magenoxx 2012-07-27 17:11:16 +04:00
parent bf2343e9be
commit e832ff3b53

View file

@ -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) {