From 1682adb8defdc637b44019750a419e549c823b1b Mon Sep 17 00:00:00 2001
From: dsiders
Date: Mon, 17 Oct 2022 03:59:00 +0100
Subject: [PATCH] Docs: LCL/dialogs. Adds content about the font dialog Apply
button in affected topics.
* Applies to: TFontDialog and TFontDialog.Options.
---
docs/xml/lcl/dialogs.xml | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/docs/xml/lcl/dialogs.xml b/docs/xml/lcl/dialogs.xml
index 502d27337f..496f5c3cdc 100644
--- a/docs/xml/lcl/dialogs.xml
+++ b/docs/xml/lcl/dialogs.xml
@@ -2253,7 +2253,8 @@ platform.
When the dialog is executed, the selected font and its attributes is made
available in the Font property. The OnApplyClicked event handler can be used
to perform actions needed when the optional Apply button is clicked in the
-dialog.
+dialog. Please note that the Apply button is available on the GTK2, GTK2, and
+Windows platforms. It is not currently implemented for QT platforms.
@@ -2419,7 +2420,9 @@ Include or Exclude values for the property prior to calling the
Enabling a value in Options does not mean that the feature or behavior is
supported in the native font selection dialog for the platform. Some options
-may not be available on a given platform.
+may not be available on a given platform. For example, the Apply button
+enabled using fdApplyButton is not implemented for all of the LCL platforms.
+It is not currently implemented in the QT widgetsets.