Fix right clicking on a project draws focus outline

This commit is contained in:
passivestar
2026-01-11 15:01:41 +04:00
parent e9bb99a3bb
commit 1ff0239c0c

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,