diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2022-12-05 10:14:00 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-12-05 10:14:00 +0100 |
commit | 73de09f38e6b55ab5e8ff10c3e3180f91e04a5c4 (patch) | |
tree | 92595df5672aa527a3723a5fb12f7d250d032b3e /doc | |
parent | 4211c6d74d69059127ab36f78a4b4bb5960831f7 (diff) | |
parent | 889bcff24f98012c8f18a1fba4b0121bacf68d30 (diff) |
Merge pull request #69580 from bruvzg/rtl_fix_search
[RTL] Fix search method not taking nested frame and line wraps into account.
Diffstat (limited to 'doc')
-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> |