diff options
author | Yuri Sizov <yuris@humnom.net> | 2022-09-06 20:48:58 +0300 |
---|---|---|
committer | Yuri Sizov <yuris@humnom.net> | 2022-09-06 22:53:19 +0300 |
commit | 39ef611a7d369d73fd9a85afecbddcf3903f70d2 (patch) | |
tree | 068552cc7f7d15adac7ce6dd0d6c72cd80568ca7 /scene/resources/default_theme | |
parent | 43f03e2ce66ce87646642879011c416bbf4ae6fb (diff) |
Fix theming code in Panel, SplitContainer, RichTextLabel
Diffstat (limited to 'scene/resources/default_theme')
-rw-r--r-- | scene/resources/default_theme/default_theme.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/resources/default_theme/default_theme.cpp b/scene/resources/default_theme/default_theme.cpp index 5cf37cc526..ea77a86f2b 100644 --- a/scene/resources/default_theme/default_theme.cpp +++ b/scene/resources/default_theme/default_theme.cpp @@ -139,7 +139,6 @@ void fill_default_theme(Ref<Theme> &theme, const Ref<Font> &default_font, const // Panel theme->set_stylebox("panel", "Panel", make_flat_stylebox(style_normal_color, 0, 0, 0, 0)); - theme->set_stylebox("panel_fg", "Panel", make_flat_stylebox(style_normal_color, 0, 0, 0, 0)); // Button |