diff options
author | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2022-12-04 22:11:21 +0200 |
---|---|---|
committer | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2022-12-04 22:11:21 +0200 |
commit | 889bcff24f98012c8f18a1fba4b0121bacf68d30 (patch) | |
tree | 978a1cc40451717ceb81813198009d3c15a34bfe /doc/classes | |
parent | 015dc492de33a41eaeb14c0503a6be10466fe457 (diff) |
[RTL] Fix search method not taking nested frame and line wraps into account.
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/RichTextLabel.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/classes/RichTextLabel.xml b/doc/classes/RichTextLabel.xml index cb2481f705..e222894647 100644 --- a/doc/classes/RichTextLabel.xml +++ b/doc/classes/RichTextLabel.xml @@ -399,6 +399,12 @@ Scrolls the window's top line to match first line of the [param paragraph]. </description> </method> + <method name="scroll_to_selection"> + <return type="void" /> + <description> + Scrolls to the beginning of the current selection. + </description> + </method> <method name="select_all"> <return type="void" /> <description> |