add draw() at end of make_schematic_symbol_from_sel() to update schematic with generated lcc symbol

This commit is contained in:
Stefan Frederik 2021-06-07 00:15:00 +02:00
parent ddaa431144
commit 88456ca382
1 changed files with 1 additions and 0 deletions

View File

@ -2173,6 +2173,7 @@ void make_schematic_symbol_from_sel(void)
dbg(1, "make_symbol_lcc(): making symbol: name=%s\n", filename);
tcleval(name);
}
draw();
}
}