Skip to content

Commit

Permalink
GUI: fixed black colored card hint popup on some systems (#12857)
Browse files Browse the repository at this point in the history
  • Loading branch information
JayDi85 committed Sep 28, 2024
1 parent 571eb69 commit 5e1dace
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Mage.Client/src/main/java/mage/client/MageFrame.java
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,6 @@ private void addTooltipContainer() {
return;
}
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);

MageRoundPane popupContainer = new MageRoundPane();
Expand Down

0 comments on commit 5e1dace

Please sign in to comment.