fix go-to-source

This commit is contained in:
Ryan Fleury
2024-10-08 17:08:02 -07:00
parent 05045c8db0
commit 8d0267395a
2 changed files with 4 additions and 1 deletions
+3 -1
View File
@@ -3818,7 +3818,9 @@ rd_window_frame(RD_Window *ws)
{
rd_cmd(RD_CmdKind_FindCodeLocation,
.file_path = lines.first->v.file_path,
.cursor = lines.first->v.pt);
.cursor = lines.first->v.pt,
.vaddr = 0,
.process = ctrl_handle_zero());
}
ui_ctx_menu_close();
}