forked from External/mage
* GUI: added auto-choose for replacement effects (remember answer in dialog + reset answer in popup menu + new option in preferences; #4360, #328, #4219, #6676, #7914);
This commit is contained in:
parent
c081d3fa33
commit
c9ab896d24
11 changed files with 311 additions and 77 deletions
|
|
@ -324,9 +324,9 @@ public class PickCheckBoxDialog extends MageDialog {
|
|||
|
||||
if (item != null) {
|
||||
if (choice.isKeyChoice()) {
|
||||
choice.setChoiceByKey(item.getKey());
|
||||
choice.setChoiceByKey(item.getKey(), false);
|
||||
} else {
|
||||
choice.setChoice(item.getKey());
|
||||
choice.setChoice(item.getKey(), false);
|
||||
}
|
||||
return true;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue