summaryrefslogtreecommitdiffstats
path: root/ds9/library/plotprocess.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/library/plotprocess.tcl')
-rw-r--r--ds9/library/plotprocess.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/ds9/library/plotprocess.tcl b/ds9/library/plotprocess.tcl
index 4368818..571fa74 100644
--- a/ds9/library/plotprocess.tcl
+++ b/ds9/library/plotprocess.tcl
@@ -289,7 +289,7 @@ proc PlotCmdUpdateElement {which value} {
upvar #0 $cvarname cvar
set cvar($which) $value
- $cvar(proc,updateelement) $cvarname
+ $cvar(graph,proc,updateelement) $cvarname
}
proc PlotCmdFontStyle {which value} {
@@ -341,7 +341,7 @@ proc PlotCmdHighliteElement {varname rowlist} {
append result "[expr $rr-1] "
}
- $var(proc,highlite) $varname $result
+ $var(graph,proc,highlite) $varname $result
}
proc ProcessSendPlotCmd {proc id param {sock {}} {fn {}}} {