This commit is contained in:
libccy 2016-04-14 14:44:04 +08:00
parent 8c8588d236
commit 646e0ae2b8
1 changed files with 1 additions and 1 deletions

View File

@ -15634,7 +15634,7 @@
if(ui.selected.buttons.length<range[0]){ if(ui.selected.buttons.length<range[0]){
if(!event.forced||get.selectableButtons().length) if(!event.forced||get.selectableButtons().length)
ok=false; ok=false;
if(event.complexSelect||event.getParent().name=='chooseCharacter') ok=false; if(event.complexSelect||event.getParent().name=='chooseCharacter'||event.getParent().name=='chooseButtonOL') ok=false;
} }
if(custom.add.button){ if(custom.add.button){
custom.add.button(); custom.add.button();