Remove "panel" theme property from ButtonGroup
This commit is contained in:
parent
fa024537a3
commit
bfab0fe3db
2 changed files with 0 additions and 8 deletions
|
|
@ -307,10 +307,6 @@ void fill_default_theme(Ref<Theme> &theme, const Ref<Font> &default_font, const
|
|||
|
||||
theme->set_constant("hseparation", "MenuButton", 3 * scale);
|
||||
|
||||
// ButtonGroup
|
||||
|
||||
theme->set_stylebox("panel", "ButtonGroup", memnew(StyleBoxEmpty));
|
||||
|
||||
// CheckBox
|
||||
|
||||
Ref<StyleBox> cbx_empty = memnew(StyleBoxEmpty);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue