Skip to content

Commit

Permalink
Merge pull request #69434 from timothyqiu/editor-title
Browse files Browse the repository at this point in the history
[3.x] Update project window title when a project setting was changed
  • Loading branch information
akien-mga committed Dec 1, 2022
2 parents af635f0 + 9ea2ef7 commit 4d5ef72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions editor/editor_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 4d5ef72

Please sign in to comment.