mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 05:59:28 +02:00
GTK2/GTK3: Document that TDateEdit.MinDate and MaxDate are not supported by the native Calendar.
This commit is contained in:
parent
8077cae407
commit
404da33624
@ -62,7 +62,13 @@
|
||||
<issue name="TDateEdit.CalendarDisplaySettings.dsStartMon">
|
||||
<short>TDateEdit.CalendarDisplaySettings.dsStartMon is ignored in GTK+ since 2.4</short>
|
||||
<descr>Since GTK+ 2.4, this option is deprecated and ignored by GTK+. The information on which day the calendar week starts is derived from the locale.</descr>
|
||||
</issue>.
|
||||
</issue>
|
||||
<issue name="TDateEdit.MinDate">
|
||||
<short>TDateEdit.MinDate is not supported by the native Calendar.
|
||||
</issue>
|
||||
<issue name="TDateEdit.MaxDate">
|
||||
<short>TDateEdit.MinDate is not supported by the native Calendar.
|
||||
</issue>
|
||||
<issue name="TListBox.Columns">
|
||||
<short>Multiple columns is not supported</short>
|
||||
</issue>
|
||||
|
@ -36,5 +36,11 @@
|
||||
<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>
|
||||
<issue name="TDateEdit.MinDate">
|
||||
<short>TDateEdit.MinDate is not supported by the native Calendar.
|
||||
</issue>
|
||||
<issue name="TDateEdit.MaxDate">
|
||||
<short>TDateEdit.MinDate is not supported by the native Calendar.
|
||||
</issue>
|
||||
</widgetset>
|
||||
</package>
|
||||
|
Loading…
Reference in New Issue
Block a user