Integrated: 8277756: DatePicker listener might not be added when using second constructor
Marius Hanl
mhanl at openjdk.java.net
Wed Jun 1 06:19:43 UTC 2022
On Tue, 24 May 2022 21:35:15 GMT, Marius Hanl <mhanl at openjdk.org> wrote:
> The `valueProperty()` and `chronologyProperty()` listener are now added in the second constructor of `DatePicker`
> (`public DatePicker(LocalDate localDate)`) instead of the first one (`public DatePicker()`).
> Therefore, both listener are now added no matter which constructor is used.
This pull request has now been integrated.
Changeset: da5bd371
Author: Marius Hanl <mhanl at openjdk.org>
Committer: Ajit Ghaisas <aghaisas at openjdk.org>
URL: https://git.openjdk.java.net/jfx/commit/da5bd3716441f201691377c52abba59ce03bc322
Stats: 116 lines in 2 files changed: 94 ins; 19 del; 3 mod
8277756: DatePicker listener might not be added when using second constructor
Reviewed-by: aghaisas
-------------
PR: https://git.openjdk.java.net/jfx/pull/801
More information about the openjfx-dev
mailing list