diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-12-05 18:37:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-05 18:37:19 +0100 |
commit | 49799ab454f1768485608011ea1db4fddfa0e787 (patch) | |
tree | ae2c99dc4ca42b82e86e994d42b2e422609c8a45 /doc/classes/RichTextLabel.xml | |
parent | 8c5e58ed74b9570059d23868eea97f8d8fad1727 (diff) | |
parent | b3992f7e6edb76a1d7e757efcab79a50425972f7 (diff) |
Merge pull request #55559 from pycbouh/docs-overridden-cross-linked
Diffstat (limited to 'doc/classes/RichTextLabel.xml')
-rw-r--r-- | doc/classes/RichTextLabel.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/RichTextLabel.xml b/doc/classes/RichTextLabel.xml index 006b2de341..a74b0ed812 100644 --- a/doc/classes/RichTextLabel.xml +++ b/doc/classes/RichTextLabel.xml @@ -399,7 +399,7 @@ The range of characters to display, as a [float] between 0.0 and 1.0. When assigned an out of range value, it's the same as assigning 1.0. [b]Note:[/b] Setting this property updates [member visible_characters] based on current [method get_total_character_count]. </member> - <member name="rect_clip_content" type="bool" setter="set_clip_contents" getter="is_clipping_contents" override="true" default="true" /> + <member name="rect_clip_content" type="bool" setter="set_clip_contents" getter="is_clipping_contents" overrides="Control" default="true" /> <member name="scroll_active" type="bool" setter="set_scroll_active" getter="is_scroll_active" default="true"> If [code]true[/code], the scrollbar is visible. Setting this to [code]false[/code] does not block scrolling completely. See [method scroll_to_line]. </member> |