This commit is contained in:
Stefan Frederik 2021-01-06 13:32:05 +01:00
parent fa2c55ba16
commit 78b348c206
1 changed files with 1 additions and 1 deletions

View File

@ -1068,7 +1068,7 @@ void update_symbol(const char *result, int x)
prepare_netlist_structs(0);
for(j = 0; j < (xctx->inst[i].ptr + xctx->sym)->rects[PINLAYER]; j++) {
if( xctx->inst[i].node && xctx->inst[i].node[j]) {
ind_inst_to_be_redrawn(xctx->inst[i].node[j]);
find_inst_to_be_redrawn(xctx->inst[i].node[j]);
}
}
}