Merge pull request #69434 from timothyqiu/editor-title

[3.x] Update project window title when a project setting was changed
This commit is contained in:
Rémi Verschelde 2022-12-01 18:13:58 +01:00
commit 4d5ef72669
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -5626,6 +5626,8 @@ void EditorNode::_project_settings_changed() {
tree->set_debug_collision_contact_color(GLOBAL_GET("debug/shapes/collision/contact_color"));
tree->set_debug_navigation_color(GLOBAL_GET("debug/shapes/navigation/geometry_color"));
tree->set_debug_navigation_disabled_color(GLOBAL_GET("debug/shapes/navigation/disabled_geometry_color"));
_update_title();
}
void EditorNode::_feature_profile_changed() {