forked from External/mage
* Tooltip window - Window is not forced to close as game state is updated.
This commit is contained in:
parent
cec37305da
commit
982b95d47a
2 changed files with 8 additions and 1 deletions
|
|
@ -743,7 +743,7 @@ public final class GamePanel extends javax.swing.JPanel {
|
|||
|
||||
private void hideAll() {
|
||||
ActionCallback callback = Plugins.getInstance().getActionCallback();
|
||||
((MageActionCallback)callback).hideAll(gameId);
|
||||
((MageActionCallback)callback).hideGameUpdate(gameId);
|
||||
}
|
||||
|
||||
private ShowCardsDialog showCards(String title, CardsView cards, boolean required, Map<String, Serializable> options) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue