mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 22:23:07 +00:00
Always use default theme for overrides, closes #13071
This commit is contained in:
parent
d2e642b2dc
commit
5f4485d4ff
@ -335,6 +335,7 @@ void Control::_get_property_list(List<PropertyInfo> *p_list) const {
|
||||
theme = data.theme;
|
||||
} else {
|
||||
theme = Theme::get_default();
|
||||
|
||||
}*/
|
||||
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user