You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating a new theme type variation that inherits from a Base Type of Button does not inherit the font of the Button. Instead, it inherits from the Default Font for the theme and ignores the Base Type font. However, the inherited button does correctly inherit other properties like Styleboxes.
I expected the new button to inherit all of the properties of the base type including the font.
Godot version
4.1.1.stable
System information
Ubuntu Linux 22.04, Nvidia
Issue description
Creating a new theme type variation that inherits from a Base Type of Button does not inherit the font of the Button. Instead, it inherits from the Default Font for the theme and ignores the Base Type font. However, the inherited button does correctly inherit other properties like Styleboxes.
I expected the new button to inherit all of the properties of the base type including the font.
Steps to reproduce
Minimal reproduction project
ThemeTypeFontBug.zip
The text was updated successfully, but these errors were encountered: