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

Fixed LineEdit text removal and placeholder caret alignment #34043

Merged

Conversation

Paulb23
Copy link
Member

@Paulb23 Paulb23 commented Dec 1, 2019

Fixes text alignment when removing text.

During testing I also noticed that the caret was not aligned correctly when using a placeholder, drawing it the start of the placeholder text. It will now ignore the placeholder and draw the caret according to the alignment.

closes #27421

@Paulb23 Paulb23 added this to the 3.2 milestone Dec 1, 2019
@akien-mga akien-mga merged commit d441536 into godotengine:master Dec 1, 2019
@akien-mga
Copy link
Member

Thanks!

@Paulb23 Paulb23 deleted the 27421_line_edit_remove_text_alignment branch December 1, 2019 16:10
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.

LineEdit bug when removing text with align=right/center
2 participants