forked from External/mage
[UI] Moved Concede button from helper component to bottom-left
This commit is contained in:
parent
0211b4f1af
commit
6d670fa3ff
3 changed files with 30 additions and 24 deletions
|
|
@ -134,7 +134,7 @@ public class FeedbackPanel extends javax.swing.JPanel {
|
|||
this.helper.setSpecial("Pay 2 life", true);
|
||||
}
|
||||
|
||||
boolean yourTurn = options != null && options.containsKey("your_turn");
|
||||
//boolean yourTurn = options != null && options.containsKey("your_turn");
|
||||
|
||||
requestFocusIfPossible();
|
||||
handleOptions(options);
|
||||
|
|
@ -142,7 +142,6 @@ public class FeedbackPanel extends javax.swing.JPanel {
|
|||
this.revalidate();
|
||||
this.repaint();
|
||||
this.helper.setLinks(btnLeft, btnRight, btnSpecial);
|
||||
this.helper.setYourTurn(yourTurn);
|
||||
|
||||
this.helper.setVisible(true);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue