add draw() at end of make_schematic_symbol_from_sel() to update schematic with generated lcc symbol
This commit is contained in:
parent
ddaa431144
commit
88456ca382
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue