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

Include empty type variations in Theme::get_type_list #84127

Merged
merged 1 commit into from
Oct 30, 2023

Conversation

quirkylemon
Copy link
Contributor

Fixes #84120
In get_type_list() loops through variations_map and adds to types hashset.

@quirkylemon quirkylemon changed the title Added variations to get_type_list() Added empty variations to get_type_list() Oct 28, 2023
@kleonc kleonc requested a review from YuriSizov October 29, 2023 09:00
@AThousandShips AThousandShips added this to the 4.3 milestone Oct 29, 2023
Copy link
Contributor

@YuriSizov YuriSizov left a comment

Choose a reason for hiding this comment

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

Makes sense!

@YuriSizov YuriSizov changed the title Added empty variations to get_type_list() Include empty type variations in Theme::get_type_list Oct 30, 2023
@YuriSizov
Copy link
Contributor

Could you please squash your commits into one? Make sure that the final commit has a short but descriptive message (the title of this PR is a good option). See this documentation, if you need help with squashing.

@quirkylemon
Copy link
Contributor Author

quirkylemon commented Oct 30, 2023

Could you please squash your commits into one? Make sure that the final commit has a short but descriptive message (the title of this PR is a good option). See this documentation, if you need help with squashing.

It should be a single commit now.

also the godot documentations explanation of how to squash commits is amazing.

@YuriSizov YuriSizov modified the milestones: 4.3, 4.2 Oct 30, 2023
@akien-mga akien-mga merged commit bb997d7 into godotengine:master Oct 30, 2023
15 checks passed
@akien-mga
Copy link
Member

Thanks!

@lamdevhs
Copy link

Thanks so much for this fix!

@quirkylemon quirkylemon deleted the get-type-variations branch November 2, 2023 23:28
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.

Theme.get_type_list() does not list empty type variations
6 participants