Fix theming code in Panel, SplitContainer, RichTextLabel

This commit is contained in:
Yuri Sizov
2022-09-06 20:48:58 +03:00
parent 43f03e2ce6
commit 39ef611a7d
4 changed files with 3 additions and 8 deletions

View File

@@ -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