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:
parent
ecb95db541
commit
e5ef545d8f
2 changed files with 1 additions and 2 deletions
Mage.Client/src/main/java/mage/client/game
|
@ -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
Reference in a new issue