fix automatic sending bussed signals to graph (Alt-g)

This commit is contained in:
stefan schippers 2024-02-20 11:05:52 +01:00
parent 66ba05fe2c
commit 99a01300c5
1 changed files with 2 additions and 2 deletions

View File

@ -2168,7 +2168,7 @@ proc graph_add_nodes_from_list {nodelist} {
set first 1
}
if {$change_done && $graph_bus} {
set sel "[string toupper $busname],${sel}\n"
set sel "[string toupper $busname];${sel}\n"
} else {
set sel "${sel}\n"
}
@ -2200,7 +2200,7 @@ proc graph_add_nodes_from_list {nodelist} {
set first 1
}
if {$change_done && $graph_bus} {
set sel "[string toupper $busname],${sel}\n"
set sel "[string toupper $busname];${sel}\n"
} else {
set sel "${sel}\n"
}