mirror of
https://github.com/godotengine/godot.git
synced 2025-04-13 01:00:35 +08:00
Remove "panel" theme property from ButtonGroup
This commit is contained in:
parent
fa024537a3
commit
bfab0fe3db
@ -22,8 +22,4 @@
|
||||
</methods>
|
||||
<constants>
|
||||
</constants>
|
||||
<theme_items>
|
||||
<theme_item name="panel" type="StyleBox">
|
||||
</theme_item>
|
||||
</theme_items>
|
||||
</class>
|
||||
|
@ -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…
x
Reference in New Issue
Block a user