fix add bus in graph dialog (use ; separator after bus alias name)
This commit is contained in:
parent
159460efd4
commit
b507276fa0
|
|
@ -2152,7 +2152,7 @@ proc graph_add_nodes {} {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if {$change_done && $graph_bus} {
|
if {$change_done && $graph_bus} {
|
||||||
set sel "BUS_NAME,${sel}\n"
|
set sel "BUS_NAME;${sel}\n"
|
||||||
} else {
|
} else {
|
||||||
set sel "${sel}\n"
|
set sel "${sel}\n"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue