mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-14 09:18:09 +00:00
clear last-focused-external-window on new session
This commit is contained in:
@@ -16329,6 +16329,7 @@ rd_frame(void)
|
|||||||
D_EntityArray all_processes = d_entity_array_from_kind(&d_user_state->ctrl_entity_store->ctx, D_EntityKind_Process);
|
D_EntityArray all_processes = d_entity_array_from_kind(&d_user_state->ctrl_entity_store->ctx, D_EntityKind_Process);
|
||||||
if(all_processes.count == 1)
|
if(all_processes.count == 1)
|
||||||
{
|
{
|
||||||
|
MemoryZeroStruct(&rd_state->prestop_focused_window);
|
||||||
CFG_NodePtrList dbg_infos = cfg_node_top_level_list_from_string(scratch.arena, str8_lit("debug_info"));
|
CFG_NodePtrList dbg_infos = cfg_node_top_level_list_from_string(scratch.arena, str8_lit("debug_info"));
|
||||||
for EachNode(n, CFG_NodePtrNode, dbg_infos.first)
|
for EachNode(n, CFG_NodePtrNode, dbg_infos.first)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user