From 248fb1fd7371ddf9481b67f29df3ad65aa261d2b Mon Sep 17 00:00:00 2001 From: stefan schippers Date: Wed, 30 Apr 2025 01:04:12 +0200 Subject: [PATCH] toggle_ignore(): add xctx->prep_hash_inst=0, xctx->prep_net_structs=0, xctx->prep_hi_structs=0 at end of operations --- src/actions.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/actions.c b/src/actions.c index 37ef0423..6e50d015 100644 --- a/src/actions.c +++ b/src/actions.c @@ -2010,6 +2010,9 @@ void toggle_ignore(void) } set_inst_flags(&xctx->inst[i]); set_modify(1); + xctx->prep_hash_inst=0; + xctx->prep_net_structs=0; + xctx->prep_hi_structs=0; } } draw();