mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
clean up purple frames on cards
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user