From 1ff0239c0c62abbabda51af95c56e8ddf5996d4d Mon Sep 17 00:00:00 2001 From: passivestar <60579014+passivestar@users.noreply.github.com> Date: Sun, 11 Jan 2026 15:01:41 +0400 Subject: [PATCH] Fix right clicking on a project draws focus outline --- editor/project_manager/project_list.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/project_manager/project_list.cpp b/editor/project_manager/project_list.cpp index 85c8ba78ac..a8886f39b1 100644 --- a/editor/project_manager/project_list.cpp +++ b/editor/project_manager/project_list.cpp @@ -1208,7 +1208,7 @@ void ProjectList::_open_menu(const Vector2 &p_at, Control *p_hb) { project_context_menu->connect(SceneStringName(id_pressed), callable_mp(this, &ProjectList::_menu_option)); _update_menu_icons(); } - select_project(clicked_index); + select_project(clicked_index, true); for (int id : Vector{ MENU_EDIT,