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 TileSet property painter popup showing clear color #93609

Merged
merged 1 commit into from
Jun 28, 2024

Conversation

passivestar
Copy link
Contributor

@passivestar passivestar commented Jun 25, 2024

Closes #93278

This problem is usually handled in popups with a separate background panel, but in this case since there's already a panel in the Tree I used that instead. It's now using the same color as every other popup menu in the editor for consistency

Before After
before after

Wasn't too sure what color to choose for group backgrounds because no other popup menu has sections like that and prop_category is way to monochrome for the popup menu color. Would also feel weird to create and expose a new color just for this menu, so I went with separator_color for now

@Mickeon Mickeon added this to the 4.3 milestone Jun 25, 2024
@Mickeon Mickeon requested a review from a team June 27, 2024 08:15
@akien-mga akien-mga merged commit 04d75dc into godotengine:master Jun 28, 2024
16 checks passed
@akien-mga
Copy link
Member

Thanks!

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.

Tileset editor paint properties popup is using project's clear color
4 participants