summaryrefslogtreecommitdiff
path: root/scene/resources/default_theme
diff options
context:
space:
mode:
authorYuri Sizov <yuris@humnom.net>2022-09-06 20:48:58 +0300
committerYuri Sizov <yuris@humnom.net>2022-09-06 22:53:19 +0300
commit39ef611a7d369d73fd9a85afecbddcf3903f70d2 (patch)
tree068552cc7f7d15adac7ce6dd0d6c72cd80568ca7 /scene/resources/default_theme
parent43f03e2ce66ce87646642879011c416bbf4ae6fb (diff)
Fix theming code in Panel, SplitContainer, RichTextLabel
Diffstat (limited to 'scene/resources/default_theme')
-rw-r--r--scene/resources/default_theme/default_theme.cpp1
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