Skip to content
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

Update label's character count to include space count #37969

Closed

Conversation

elizaho
Copy link

@elizaho elizaho commented Apr 17, 2020

Label now counts spaces in get_total_character_count().

Capture
Label and RichTextLabel have consistent character count when spaces are included in the text.

Fixes #27896.

@aaronfranke
Copy link
Member

@elizaho Is this still desired? If so, this needs to be rebased on the latest master branch. I can see that this PR contains a merge commit, which is not correct, please see this article for more information.

@akien-mga
Copy link
Member

Superseded by #52712.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Spaces are counted in RichTextLabel but not Label when using get_total_character_count()
4 participants