You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed: Spinner by default will fire change event after text field has lost focus, this can be changed. See Spinner#setTextFieldEventPolicy and Spinner#TextFieldEventPolicy.
Use TextFieldEventPolicy.ON_ENTER_ONLY to preserve old behaviour
Changed: FileChooser will auto focus file list scroll pane when added to stage (use FileChooser.focusFileScrollPaneOnShow to override this setting)
Fixed: #207 crash when user has placed text field cursor after last letter (possibly on LWJGL backend only)