Update editor shortcuts when changing 3D navigation scheme
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user