fix add bus in graph dialog (use ; separator after bus alias name)

This commit is contained in:
stefan schippers 2023-11-30 04:15:33 +01:00
parent 159460efd4
commit b507276fa0
1 changed files with 1 additions and 1 deletions

View File

@ -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"
} }