You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-22 15:06:45 +00:00
Use check_changed_settings_in_group() everywhere
This commit is contained in:
@@ -618,8 +618,10 @@ void FileSystemDock::_notification(int p_what) {
|
||||
_update_tree(get_uncollapsed_paths());
|
||||
}
|
||||
|
||||
// Change full tree mode.
|
||||
_update_display_mode();
|
||||
if (EditorThemeManager::is_generated_theme_outdated()) {
|
||||
// Change full tree mode.
|
||||
_update_display_mode();
|
||||
}
|
||||
} break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user