mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
GUI: fixed black colored card hint popup on some systems (#12857)
This commit is contained in:
parent
571eb69890
commit
5e1dace946
1 changed files with 0 additions and 1 deletions
|
|
@ -445,7 +445,6 @@ public class MageFrame extends javax.swing.JFrame implements MageClient {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
cardInfoPane.setLocation(40, 40);
|
cardInfoPane.setLocation(40, 40);
|
||||||
cardInfoPane.setBackground(new Color(0, 0, 0, 255)); // use non-transparent background to full draw, see bug example in #12261
|
|
||||||
UI.addComponent(MageComponents.CARD_INFO_PANE, cardInfoPane);
|
UI.addComponent(MageComponents.CARD_INFO_PANE, cardInfoPane);
|
||||||
|
|
||||||
MageRoundPane popupContainer = new MageRoundPane();
|
MageRoundPane popupContainer = new MageRoundPane();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue