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 duplicated Delete shortcut entries in Tiles Editor #98629

Merged
merged 1 commit into from
Nov 12, 2024

Conversation

timothyqiu
Copy link
Member

I'm not sure if this is intended or a leftover from the tiles editor refactoring, but the TileSetAtlasSourceEditor uses different shortcuts for deleting the selected base tile and deleting the selected alternative tile. Their default key bindings are the same, only named differently (but display names are both Delete).

This results in two identical Delete shortcuts in the editor's shortcut list:

image

This PR merges tiles_editor/delete_tile into tiles_editor/delete.

@timothyqiu timothyqiu requested a review from a team as a code owner October 29, 2024 02:02
@Chaosus Chaosus added this to the 4.4 milestone Oct 29, 2024
Copy link
Member

@groud groud left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not tested, but looks good to me. Indeed it seems like an oversight.

@Repiteo Repiteo merged commit d58ac7f into godotengine:master Nov 12, 2024
20 checks passed
@Repiteo
Copy link
Contributor

Repiteo commented Nov 12, 2024

Thanks!

@timothyqiu timothyqiu deleted the delete-delete branch November 12, 2024 15:42
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.

5 participants