fix automatic sending bussed signals to graph (Alt-g)
This commit is contained in:
parent
66ba05fe2c
commit
99a01300c5
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue