GTK3: Document that the native calendar does not support a MinDate or MaxDate.

This commit is contained in:
Bart 2022-07-20 22:25:35 +02:00
parent 8157c949be
commit 3304ccd6eb

View File

@ -28,5 +28,13 @@
<issue name="TPageControl.TabWidth">
<short>Changing of default tab width is not supported</short>
</issue>
<issue name="TCalendar.MinDate">
<short>MinDate property is not (fully) supported</short>
<descr>While programmatically setting a date is limited by MinDate/MaxDate, the calendar still allow to select dates that are out of that range</descr>
</issue>
<issue name="TCalendar.MinDate">
<short>MaxDate property is not (fully) supported</short>
<descr>While programmatically setting a date is limited by MinDate/MaxDate, the calendar still allow to select dates that are out of that range</descr>
</issue>
</widgetset>
</package>