auto-close universal ctx menus when entities/tabs invalidate; some visual fixes

This commit is contained in:
Ryan Fleury
2024-02-02 14:13:00 -08:00
parent 6897c0bb57
commit 876d9338fc
3 changed files with 30 additions and 8 deletions
+2 -1
View File
@@ -1183,7 +1183,8 @@ df_eval_watch_view_build(DF_Window *ws, DF_Panel *panel, DF_View *view, DF_EvalW
//- rjf: draw start of cache lines in expansions
if((row->eval.mode == EVAL_EvalMode_Addr || row->eval.mode == EVAL_EvalMode_NULL) &&
row->eval.errors.count == 0 &&
row->eval.offset%64 == 0 && row->depth > 0)
row->eval.offset%64 == 0 && row->depth > 0 &&
!row_expanded)
{
ui_set_next_fixed_x(0);
ui_set_next_fixed_y(0);