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

Fix LineEdit delete all the way to the left/right when something is selected #88479

Merged

Conversation

passivestar
Copy link
Contributor

When something is selected in TextEdit, using "delete all the way to the left/right" on it just deletes the selection. This makes sure LineEdit behaves the same way

Deleting all the way to the left before:

before.mp4

After:

after.mp4

Interestingly LineEdit already had code to check for that, but it was in the wrong place

This small issue is unreported because before #88057 it was hard to discover

@passivestar passivestar requested a review from a team as a code owner February 18, 2024 08:17
@AThousandShips AThousandShips added this to the 4.3 milestone Feb 18, 2024
@akien-mga akien-mga merged commit a92921a into godotengine:master Feb 19, 2024
16 checks passed
@akien-mga
Copy link
Member

Thanks!

@passivestar passivestar deleted the lineedit-delete-with-selection branch February 19, 2024 09:50
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.

4 participants