mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-06 22:08:41 +00:00
eliminate all old debug engine eval visualization code; we're now moved over to the new more standalone eval viz codebase layer
This commit is contained in:
@@ -2489,7 +2489,7 @@ df_watch_view_build(DF_View *view, DF_WatchViewState *ewv, B32 modifiable, U32 d
|
||||
cell_ui_hook = value_ui_rule_spec->info.row_ui;
|
||||
cell_ui_params = value_ui_rule_root;
|
||||
}
|
||||
cell_can_edit = d_type_key_is_editable(cell_eval.type_key);
|
||||
cell_can_edit = ev_type_key_is_editable(cell_eval.type_key);
|
||||
}break;
|
||||
case DF_WatchViewColumnKind_Type:
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user