summaryrefslogtreecommitdiffstats
path: root/ds9/library/marker.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/library/marker.tcl')
-rw-r--r--ds9/library/marker.tcl3
1 files changed, 2 insertions, 1 deletions
diff --git a/ds9/library/marker.tcl b/ds9/library/marker.tcl
index a9c8f9e..4c2ebf6 100644
--- a/ds9/library/marker.tcl
+++ b/ds9/library/marker.tcl
@@ -1581,6 +1581,7 @@ proc ProcessSendRegionsCmd {proc id param sock fn} {
}
proc RegionSendCmd {} {
+ global parse
global marker
global current
@@ -1595,5 +1596,5 @@ proc RegionSendCmd {} {
set rr [$current(frame) marker list $marker(load,select) $marker(load,format) $marker(load,system) $marker(load,sky) $marker(load,skyformat) $marker(load,strip) $marker(load,props) $marker(load,tags)]
- ProcessSendCmdResult $ext $rr
+ ProcessSend $parse(proc) $parse(id) $parse(sock) $parse(fn) $ext $rr
}