mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Fixed some display problems with emblems and there abilities on the stack.
This commit is contained in:
parent
3b8a75588b
commit
f540e78045
4 changed files with 13 additions and 13 deletions
|
|
@ -194,11 +194,6 @@ public class MageActionCallback implements ActionCallback {
|
|||
}
|
||||
|
||||
private void showPopup(final TransferData data, final Component parentComponent, final Point parentPoint) {
|
||||
// skip popup for not implemented cards (they have Rarity.NA)
|
||||
if (data.card.getRarity().equals(Rarity.NA)) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (data.component != null) {
|
||||
String showTooltips = PreferencesDialog.getCachedValue(PreferencesDialog.KEY_SHOW_TOOLTIPS_ANY_ZONE, "true");
|
||||
if (showTooltips.equals("false")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue