Update project window title when a project setting was changed

Co-authored-by: Haoyu Qiu <timothyqiu32@gmail.com>
(cherry picked from commit 9ea2ef7c44)
This commit is contained in:
Marius Hanl 2022-12-01 12:54:10 +08:00 committed by Haoyu Qiu
parent 52d62f6e09
commit 3f3597ac0d
1 changed files with 2 additions and 0 deletions

View File

@ -5630,6 +5630,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() {