Merge pull request #114855 from passivestar/pm-focus

Fix right clicking on a project draws focus outline
This commit is contained in:
Rémi Verschelde 2026-01-12 09:23:13 +01:00
commit 95dc28c8dd
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -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<int>{
MENU_EDIT,