-
-
Notifications
You must be signed in to change notification settings - Fork 21.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Label] Handle text as multiple independent paragraphs. #98605
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested locally, it works as expected.
#79599 now performs much better when you replace the RichTextLabel with a Label and Word autowrap (note that I didn't set up the ScrollContainer). On an i9-13900K, it takes roughly 0.5s to open the licenses dialog with a debug editor build, whereas it took 3.5s previously.
RichTextLabel without threading is still noticeably faster though, even when compared to Label with autowrap disabled. With threading, there is no noticeable pause at all when opening the licenses dialog.
b6c9357
to
c9e631a
Compare
c9e631a
to
b329b4a
Compare
Thanks! |
@bruvzg this seems to have broken "empty multiline" strings for Peek.2024-12-01.18-44.mp4 |
See #79599