Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DualList.getSelection() returns wrong array size #60

Closed
dkahlert opened this issue Nov 30, 2016 · 1 comment
Closed

DualList.getSelection() returns wrong array size #60

dkahlert opened this issue Nov 30, 2016 · 1 comment

Comments

@dkahlert
Copy link

Code is 'return this.selection.toArray(new DLItem[this.item.size()]);', should be 'return this.selection.toArray(new DLItem[this.selection.size()]);'

@lcaron
Copy link
Owner

lcaron commented May 25, 2017

Fixed in next release (and master)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants