On Thu, 10 Nov 2022 23:04:41 GMT, John Hendrikx <jhendr...@openjdk.org> wrote:
>> Michael Strauß has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Update PlatformPreferences when dark mode is enabled > > modules/javafx.controls/src/main/java/javafx/scene/control/theme/StylesheetList.java > line 52: > >> 50: values = new ArrayList<>(initialCapacity); >> 51: } >> 52: > > This looks unused and rather unnecessary. That's correct. ------------- PR: https://git.openjdk.org/jfx/pull/511