mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
Fixed "all attack" button position
This commit is contained in:
parent
2dc631d554
commit
5c44bef2ea
1 changed files with 1 additions and 1 deletions
|
|
@ -353,9 +353,9 @@ public class HelperPanel extends JPanel {
|
|||
this.buttonGrid.setPreferredSize(null);
|
||||
|
||||
ArrayList<JButton> buttons = new ArrayList<>();
|
||||
if (this.btnSpecial.isVisible()) { buttons.add(this.btnSpecial); }
|
||||
if (this.btnLeft.isVisible()) { buttons.add(this.btnLeft); }
|
||||
if (this.btnRight.isVisible()) { buttons.add(this.btnRight); }
|
||||
if (this.btnSpecial.isVisible()) { buttons.add(this.btnSpecial); }
|
||||
if (this.btnUndo.isVisible()) { buttons.add(this.btnUndo); }
|
||||
|
||||
// color panel on player's feedback waiting
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue