forked from External/mage
Improved enlarged card display if no image exists (uses same code as tooltip text creation now).
This commit is contained in:
parent
ede18e3f3c
commit
c075b42e9d
3 changed files with 216 additions and 249 deletions
|
|
@ -273,8 +273,8 @@ public class MageActionCallback implements ActionCallback {
|
|||
}
|
||||
);
|
||||
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
} catch (InterruptedException e) {
|
||||
logger.warn(e.getMessage());
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue