Skip to content

Commit

Permalink
halshow: fix error on right click "Set to .."
Browse files Browse the repository at this point in the history
Error introduced in c0b5666
  • Loading branch information
hansu committed Nov 18, 2024
1 parent d32e88b commit 86cdee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tcl/bin/halshow.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -956,7 +956,7 @@ proc popupmenu_watch {vartype label index writable which x y} {
# add entries
$m add command -label [msgcat::mc "Copy"] -command [list copyName $label]
if {$writable} {
$m add command -label [msgcat::mc "Set to .."] -command [list setValue $label]
$m add command -label [msgcat::mc "Set to .."] -command [list setpValue $label]
}
if {$writable == -1} {
$m add command -label [msgcat::mc "Unlink pin"] -command [list unlinkp $label $index]
Expand Down

0 comments on commit 86cdee2

Please sign in to comment.