From ac0a55ce757719299a1752a5256a7cf7f45ffb76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20=27dreamsComeTrue=27=20Jasi=C5=84ski?= Date: Sun, 19 Apr 2020 23:33:01 +0200 Subject: [PATCH] Update TextEdit docs - explaining 'override_selected_font_color' role (cherry picked from commit 6a0e6c285202216847ad2b25d5068f4a9031459f) --- doc/classes/TextEdit.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml index 5114cfca732..4e2dea222e3 100644 --- a/doc/classes/TextEdit.xml +++ b/doc/classes/TextEdit.xml @@ -433,6 +433,7 @@ + If [code]true[/code], custom [code]font_color_selected[/code] will be used for selected text. If [code]true[/code], read-only mode is enabled. Existing text cannot be modified and new text cannot be added. @@ -605,6 +606,7 @@ + Sets the [Color] of the selected text. [member override_selected_font_color] has to be enabled.