dlsc-software-consulting-gmbh / CalendarFX

A Java framework for creating sophisticated calendar views (JavaFX 8, 9, 10, and 11)
http://www.dlsc.com
Apache License 2.0
791 stars 171 forks source link

MonthSheetView hide entries #205

Open NegusSugus opened 1 year ago

NegusSugus commented 1 year ago

entr.setHidden(true) hide entries in all views except in monthsheetview of year page. Any idea why it is working like this and how to change its behavour? Thank you

dlemmermann commented 1 year ago

This was probably forgotten when the hidden property was added. Feel free to investigate. Any PR much appreciated.