From 3304ccd6eb4c54d8279ba18fd2e894754dcccfef Mon Sep 17 00:00:00 2001
From: Bart <9132501-flyingsheep@users.noreply.gitlab.com>
Date: Wed, 20 Jul 2022 22:25:35 +0200
Subject: [PATCH] GTK3: Document that the native calendar does not support a
MinDate or MaxDate.
---
lcl/interfaces/gtk3/issues.xml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/lcl/interfaces/gtk3/issues.xml b/lcl/interfaces/gtk3/issues.xml
index afe94ec534..de7e2c8c15 100644
--- a/lcl/interfaces/gtk3/issues.xml
+++ b/lcl/interfaces/gtk3/issues.xml
@@ -28,5 +28,13 @@
Changing of default tab width is not supported
+
+ 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
+