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
MultipleSelectionModel selectedIndices and selectedItems methods return raw JavaFX ObservableList, they should return ScalaFX ObservableBuffer wrapping that list.
selectedIndices
selectedItems
ObservableList
ObservableBuffer
The text was updated successfully, but these errors were encountered:
MultipleSelectionModel.selected* methods should return ScalaFX Observ…
c453a58
…ableBuffer (#197).
No branches or pull requests
MultipleSelectionModel
selectedIndices
andselectedItems
methods return raw JavaFXObservableList
, they should return ScalaFXObservableBuffer
wrapping that list.The text was updated successfully, but these errors were encountered: