mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Merge pull request #84760 from KoBeWi/ultimate_get_property_list_reloaded
Fetch override list from ThemeDB
This commit is contained in:
commit
6c2f412cc7
4 changed files with 78 additions and 75 deletions
|
@ -634,7 +634,7 @@ void DocTools::generate(BitField<GenerateFlags> p_flags) {
|
|||
// Theme items.
|
||||
{
|
||||
List<ThemeDB::ThemeItemBind> theme_items;
|
||||
ThemeDB::get_singleton()->get_class_own_items(cname, &theme_items);
|
||||
ThemeDB::get_singleton()->get_class_items(cname, &theme_items);
|
||||
Ref<Theme> default_theme = ThemeDB::get_singleton()->get_default_theme();
|
||||
|
||||
for (const ThemeDB::ThemeItemBind &theme_item : theme_items) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue