* Fixed a problem that the enlarged card view could stay open after a game or draft were finished.

This commit is contained in:
LevelX2 2016-10-23 23:13:02 +02:00
parent bd0e288087
commit 070a0ca3fa
5 changed files with 2319 additions and 2305 deletions

View file

@ -1,14 +1,13 @@
package mage.cards.action.impl;
import mage.cards.action.ActionCallback;
import mage.cards.action.TransferData;
import java.awt.event.MouseEvent;
import java.awt.event.MouseWheelEvent;
import mage.cards.action.ActionCallback;
import mage.cards.action.TransferData;
/**
* Callback that does nothing on any action
*
* Callback that does nothing on any action
*
* @author nantuko84
*/
public class EmptyCallback implements ActionCallback {
@ -35,7 +34,7 @@ public class EmptyCallback implements ActionCallback {
}
@Override
public void hideTooltipPopup() {
public void hideOpenComponents() {
}
@Override