Browse Source

Always use default theme for overrides, closes #13071

Juan Linietsky 7 years ago
parent
commit
5f4485d4ff
1 changed files with 1 additions and 0 deletions
  1. 1 0
      scene/gui/control.cpp

+ 1 - 0
scene/gui/control.cpp

@@ -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();
+
 	}*/
 	}*/
 
 
 	{
 	{