hiding card tooltip on draft pick

This commit is contained in:
magenoxx 2011-08-03 00:32:52 +04:00
parent 2fb44ec737
commit ed2926da88
4 changed files with 8 additions and 1 deletions

View file

@ -227,7 +227,7 @@ public class MageActionCallback implements ActionCallback {
}
}
private void hidePopup() {
public void hidePopup() {
this.popupCard = null;
if (popup != null) {
popup.hide();