mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
[RTL] Use separate paragraph copy for the partially visible paragraphs.
This commit is contained in:
parent
019889d1da
commit
0d19e18b00
19 changed files with 346 additions and 51 deletions
|
|
@ -166,6 +166,7 @@ private:
|
|||
Color prefix_outline_color = Color(0, 0, 0, 0);
|
||||
float prefix_width = 0;
|
||||
Ref<TextParagraph> text_buf;
|
||||
Ref<TextParagraph> text_buf_disp;
|
||||
|
||||
RID accessibility_line_element;
|
||||
RID accessibility_text_element;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue