fix typo in "".menubar entryconfigure Simulate -background" in actions.c:set_modify()
This commit is contained in:
parent
37d74d4470
commit
78fdab27fc
|
|
@ -168,7 +168,7 @@ int set_modify(int mod)
|
|||
tclvareval("set tctx::", xctx->current_win_path, "_netlist $simulate_bg", NULL);
|
||||
my_snprintf(s, S(s), "tctx::%s_simulate_id", xctx->current_win_path);
|
||||
if(tclgetvar(s)) {
|
||||
tclvareval("catch {", xctx->top_path, ".menubar entryconfigure Simulate -background}", tclresult(), NULL);
|
||||
tclvareval("catch {", xctx->top_path, ".menubar entryconfigure Simulate -background ", tclresult(), "}", NULL);
|
||||
tclvareval("set tctx::", xctx->current_win_path, "_simulate ", tclresult(), NULL);
|
||||
} else {
|
||||
tclvareval("catch {", xctx->top_path, ".menubar entryconfigure Simulate -background $simulate_bg}", NULL);
|
||||
|
|
|
|||
Loading…
Reference in New Issue