clean up purple frames on cards

This commit is contained in:
Maxmtg
2013-05-26 19:03:44 +00:00
parent 7e5d23d988
commit 934d2af59c

View File

@@ -67,6 +67,7 @@ public abstract class InputSelectManyBase<T extends GameEntity> extends InputSyn
protected final void onCancel() { protected final void onCancel() {
bCancelled = true; bCancelled = true;
this.stop(); this.stop();
afterStop();
} }
@Override @Override
@@ -82,6 +83,7 @@ public abstract class InputSelectManyBase<T extends GameEntity> extends InputSyn
@Override @Override
protected final void onOk() { protected final void onOk() {
this.stop(); this.stop();
afterStop();
} }
public void setMessage(String message0) { public void setMessage(String message0) {