Update editor shortcuts when changing 3D navigation scheme

(cherry picked from commit 4faffeaf7996cb3c978f28f584f0b24e8ddf85ee)
This commit is contained in:
Robert Yevdokimov
2026-01-22 19:28:07 -05:00
committed by Thaddeus Crews
parent c773197ca5
commit c61b908387

View File

@@ -82,6 +82,7 @@ void EditorSettingsDialog::_settings_property_edited(const String &p_name) {
EditorSettings::get_singleton()->set_manually("editors/3d/navigation/navigation_scheme", (int)Node3DEditorViewport::NAVIGATION_CUSTOM);
} else if (full_name == "editors/3d/navigation/navigation_scheme") {
update_navigation_preset();
_update_shortcuts();
}
}