From bfab0fe3db8b5a2cb2f128f23e3502ff668fe459 Mon Sep 17 00:00:00 2001 From: Michael Alexsander Silva Dias Date: Mon, 10 Dec 2018 02:10:53 -0200 Subject: Remove "panel" theme property from ButtonGroup --- scene/resources/default_theme/default_theme.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'scene/resources/default_theme/default_theme.cpp') diff --git a/scene/resources/default_theme/default_theme.cpp b/scene/resources/default_theme/default_theme.cpp index fff136cdc3..b0c1dcde9a 100644 --- a/scene/resources/default_theme/default_theme.cpp +++ b/scene/resources/default_theme/default_theme.cpp @@ -307,10 +307,6 @@ void fill_default_theme(Ref &theme, const Ref &default_font, const theme->set_constant("hseparation", "MenuButton", 3 * scale); - // ButtonGroup - - theme->set_stylebox("panel", "ButtonGroup", memnew(StyleBoxEmpty)); - // CheckBox Ref cbx_empty = memnew(StyleBoxEmpty); -- cgit v1.2.3