forked from External/mage
* Fixed that card name text was covered by next card beneath if cards are displayed close together (library search).
This commit is contained in:
parent
b2fe13c8c8
commit
d245ce1ad2
4 changed files with 23 additions and 1 deletions
|
|
@ -534,4 +534,11 @@ public class Card extends MagePermanent implements MouseMotionListener, MouseLis
|
|||
@Override
|
||||
public void setChoosable(boolean isChoosable) {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setTextOffset(int yOffset) {
|
||||
throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue