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.