forked from External/mage
Made stack window bg color transparent
This commit is contained in:
parent
75e641580c
commit
d5c5a89e85
2 changed files with 2 additions and 1 deletions
|
|
@ -88,6 +88,7 @@ public class Cards extends javax.swing.JPanel {
|
|||
* @param color
|
||||
*/
|
||||
public void setBackgroundColor(Color color) {
|
||||
setBackground(color);
|
||||
cardArea.setOpaque(true);
|
||||
cardArea.setBackground(color);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue