From 4adebcb03ecf5a75cb1286e95a749f9c4ca77f5a Mon Sep 17 00:00:00 2001 From: Martin Date: Sun, 9 Jul 2023 09:17:33 +0200 Subject: [PATCH] gtk3 issues.xml: fix copy paste MinDate vs MaxDate --- lcl/interfaces/gtk3/issues.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lcl/interfaces/gtk3/issues.xml b/lcl/interfaces/gtk3/issues.xml index 1eac3daf94..2b38f7b348 100644 --- a/lcl/interfaces/gtk3/issues.xml +++ b/lcl/interfaces/gtk3/issues.xml @@ -32,7 +32,7 @@ MinDate property is not (fully) supported While programmatically setting a date is limited by MinDate/MaxDate, the calendar still allow to select dates that are out of that range - + MaxDate property is not (fully) supported While programmatically setting a date is limited by MinDate/MaxDate, the calendar still allow to select dates that are out of that range @@ -40,7 +40,7 @@ TDateEdit.MinDate is not supported by the native Calendar. - TDateEdit.MinDate is not supported by the native Calendar. + TDateEdit.MaxDate is not supported by the native Calendar.