mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 01:08:12 +02:00
GTK3: Document that the native calendar does not support a MinDate or MaxDate.
This commit is contained in:
parent
8157c949be
commit
3304ccd6eb
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user