mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
* UI: fixed wrong feedback panel color for non active turn;
This commit is contained in:
parent
ecb95db541
commit
e5ef545d8f
2 changed files with 1 additions and 2 deletions
|
|
@ -64,7 +64,6 @@ public class FeedbackPanel extends javax.swing.JPanel {
|
|||
private static final Logger LOGGER = Logger.getLogger(FeedbackPanel.class);
|
||||
|
||||
public enum FeedbackMode {
|
||||
|
||||
INFORM, QUESTION, CONFIRM, CANCEL, SELECT, END
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -394,7 +394,7 @@ public class HelperPanel extends JPanel {
|
|||
}
|
||||
} else {
|
||||
// inform about other players
|
||||
this.setOpaque(false);
|
||||
this.mainPanel.setOpaque(false);
|
||||
}
|
||||
|
||||
if (buttons.size() == 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue