mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
GUI: fixed wrong background rendering of card's popup window (related to #12261), deleted un-used code;
This commit is contained in:
parent
492269c473
commit
1b5f8ce1af
4 changed files with 5 additions and 11 deletions
|
|
@ -5,7 +5,7 @@ import mage.view.CardView;
|
|||
import java.awt.*;
|
||||
|
||||
/**
|
||||
* Card info pane for displaying card rules.
|
||||
* GUI: card info pane for displaying card rules.
|
||||
* Supports drawing mana symbols.
|
||||
*
|
||||
* @author nantuko
|
||||
|
|
@ -13,5 +13,5 @@ import java.awt.*;
|
|||
public interface CardInfoPane {
|
||||
|
||||
void setCard(CardView card, Component container);
|
||||
boolean isCurrentCard (CardView card);
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue