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

Correctly setup tooltip's style as theme variation #81463

Merged

Conversation

YuriSizov
Copy link
Contributor

Sort of a regression from my recent Theme-related changes. Tooltips in the editor started to look strange:

image

The issue here is that TooltipPanel and TooltipLabel are used in code as theme variations, but aren't registered as ones. With my latest changes this makes them ignored as a proper dependency chain cannot be created from these types. The fix is to setup them correctly according to their use.

@akien-mga akien-mga merged commit fc99492 into godotengine:master Sep 8, 2023
15 checks passed
@akien-mga
Copy link
Member

Thanks!

@YuriSizov YuriSizov deleted the theme-variate-those-tooltips branch September 9, 2023 01:00
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.

3 participants