mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Always use default theme for overrides, closes #13071
This commit is contained in:
@@ -335,6 +335,7 @@ void Control::_get_property_list(List<PropertyInfo> *p_list) const {
|
||||
theme = data.theme;
|
||||
} else {
|
||||
theme = Theme::get_default();
|
||||
|
||||
}*/
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user