mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
Deck Editor: Fix redraw after missing image
This commit is contained in:
parent
fef34b65f6
commit
6c43858046
1 changed files with 1 additions and 0 deletions
|
|
@ -161,6 +161,7 @@ public class BigCard extends JComponent {
|
|||
}
|
||||
|
||||
public void addJXPanel(UUID cardId, JXPanel jxPanel) {
|
||||
this.cardId = cardId;
|
||||
bigImage = null;
|
||||
synchronized (this) {
|
||||
if (this.panel != null) { remove(this.panel); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue