NativeDialogs icon indicating copy to clipboard operation
NativeDialogs copied to clipboard

Bugs in NativeListDialog.as

Open JayJet opened this issue 8 years ago • 0 comments

In the NativeListDialog.as in the row 323 instead of "_selectedValues[k]==true;" must be "_selectedValues[k]=true;", and in the row 384 instead of "_selectedValues[j] = true;" must be "_selectedValues[val] = true;". I can't use multichoice because of it. Can anybody recompile it?

JayJet avatar Aug 02 '17 16:08 JayJet