You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 19:11:41 +00:00
Merge pull request #106923 from timothyqiu/category-created-equal
Improve `EditorInspectorCategory`
This commit is contained in:
@@ -938,6 +938,7 @@ void EditorNode::_notification(int p_what) {
|
||||
use_system_accent_color = EDITOR_GET("interface/theme/use_system_accent_color");
|
||||
|
||||
if (EditorThemeManager::is_generated_theme_outdated()) {
|
||||
class_icon_cache.clear();
|
||||
_update_theme();
|
||||
_build_icon_type_cache();
|
||||
recent_scenes->reset_size();
|
||||
|
||||
Reference in New Issue
Block a user