mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-15 08:32:22 -07:00
eliminate old watch view column state; plug in on-the-fly computed per-row cells; eliminate old table helper usage in watch window; plug in visualizers to watch window
This commit is contained in:
@@ -950,7 +950,8 @@ ev_windowed_row_list_from_block_range_list(Arena *arena, EV_View *view, String8
|
||||
{
|
||||
range_exprs[idx] = &e_expr_nil;
|
||||
}
|
||||
if(n->v.block->lookup_rule == &e_lookup_rule__nil)
|
||||
if(n->v.block->lookup_rule == &e_lookup_rule__nil ||
|
||||
n->v.block->single_item)
|
||||
{
|
||||
is_root = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user