dlsc-software-consulting-gmbh / GemsFX

A collection of JavaFX controls and utilities.
Apache License 2.0
436 stars 51 forks source link

Month Dropdown Button Not Immediately Visible When showMonthDropdownProperty Set to True #142

Closed leewyatt closed 1 month ago

leewyatt commented 1 month ago

When setting the showMonthDropdownProperty to true on the CalendarView component, the expected Month Dropdown Button does not appear immediately. Instead, it requires additional actions such as navigating to a previous or next month to trigger a refresh, after which the Month Dropdown Button becomes visible.

image
dlemmermann commented 1 month ago

Yes, I recently noticed this too and forgot about it. Good catch!