Fixed Issue#107: Text of tooltip is shown behind the exile windows.

This commit is contained in:
magenoxx 2013-01-14 11:52:05 +04:00
parent 082a468f1e
commit 1de8321f44

View file

@ -497,7 +497,7 @@ public class GamePanel extends javax.swing.JPanel {
if (!exiles.containsKey(exile.getId())) {
ExileZoneDialog newExile = new ExileZoneDialog();
exiles.put(exile.getId(), newExile);
MageFrame.getDesktop().add(newExile, JLayeredPane.POPUP_LAYER);
MageFrame.getDesktop().add(newExile, JLayeredPane.MODAL_LAYER);
newExile.show();
}
exiles.get(exile.getId()).loadCards(exile, bigCard, gameId);