forked from External/mage
Fixed Issue#158: The select a pile window is shown over the tooltip window
This commit is contained in:
parent
70a8ede4d5
commit
3191ad7e32
2 changed files with 3 additions and 3 deletions
|
|
@ -96,7 +96,7 @@ public class PickPileDialog extends MageDialog {
|
|||
this.pile2.loadCardsNarrow(pile2, bigCard, dimension, gameId, null);
|
||||
|
||||
if (getParent() != MageFrame.getDesktop() /*|| this.isClosed*/) {
|
||||
MageFrame.getDesktop().add(this, JLayeredPane.POPUP_LAYER);
|
||||
MageFrame.getDesktop().add(this, JLayeredPane.MODAL_LAYER);
|
||||
}
|
||||
pack();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue