1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-03 01:08:59 -09:00

* UI: fixed wrong feedback panel color for non active turn;

This commit is contained in:
Oleg Agafonov 2018-02-23 18:21:08 +04:00
parent ecb95db541
commit e5ef545d8f
2 changed files with 1 additions and 2 deletions
Mage.Client/src/main/java/mage/client/game

View file

@ -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
}

View file

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