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
1 changed files with 1 additions and 0 deletions

View File

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