toggle_ignore(): add xctx->prep_hash_inst=0, xctx->prep_net_structs=0, xctx->prep_hi_structs=0 at end of operations
This commit is contained in:
parent
281c38b32d
commit
248fb1fd73
|
|
@ -2010,6 +2010,9 @@ void toggle_ignore(void)
|
||||||
}
|
}
|
||||||
set_inst_flags(&xctx->inst[i]);
|
set_inst_flags(&xctx->inst[i]);
|
||||||
set_modify(1);
|
set_modify(1);
|
||||||
|
xctx->prep_hash_inst=0;
|
||||||
|
xctx->prep_net_structs=0;
|
||||||
|
xctx->prep_hi_structs=0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
draw();
|
draw();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue