From 6a0e6c285202216847ad2b25d5068f4a9031459f 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: Update TextEdit docs - explaining 'override_selected_font_color' role --- doc/classes/TextEdit.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/classes/TextEdit.xml') diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml index b515b27b31..b7cf93d672 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. @@ -611,6 +612,7 @@ + Sets the [Color] of the selected text. [member override_selected_font_color] has to be enabled. -- cgit v1.2.3