Always use default theme for overrides, closes #13071

This commit is contained in:
Juan Linietsky 2018-11-14 12:23:47 -03:00
parent d2e642b2dc
commit 5f4485d4ff

View file

@ -335,6 +335,7 @@ void Control::_get_property_list(List<PropertyInfo> *p_list) const {
theme = data.theme;
} else {
theme = Theme::get_default();
}*/
{