mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
* Game Panel - Fixed that an open tooltip window and enlarged image view at end of game was not automatically closed.
This commit is contained in:
parent
ca4ebe230a
commit
694e1f2bf2
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ public final class GamePanel extends javax.swing.JPanel {
|
|||
pickTargetDialog.cleanUp();
|
||||
pickTargetDialog.removeDialog();
|
||||
}
|
||||
|
||||
Plugins.getInstance().getActionCallback().hidePopup();
|
||||
try {
|
||||
Component popupContainer = MageFrame.getUI().getComponent(MageComponents.POPUP_CONTAINER);
|
||||
popupContainer.setVisible(false);
|
||||
|
|
Loading…
Reference in a new issue