diff --git a/scene/gui/control.cpp b/scene/gui/control.cpp index bf1f2dd2e0..ea5a150478 100644 --- a/scene/gui/control.cpp +++ b/scene/gui/control.cpp @@ -328,13 +328,14 @@ bool Control::_get(const StringName &p_name, Variant &r_ret) const { } void Control::_get_property_list(List *p_list) const { - Ref theme; + Ref theme = Theme::get_default(); + /* Using the default theme since the properties below are meant for editor only if (data.theme.is_valid()) { theme = data.theme; } else { theme = Theme::get_default(); - } + }*/ { List names;