diff options
author | William Joye <joye@Bills-MacBook-Pro.local> | 2018-03-02 16:56:39 (GMT) |
---|---|---|
committer | William Joye <joye@Bills-MacBook-Pro.local> | 2018-03-02 16:56:39 (GMT) |
commit | 07ca462f509e1942ec22c5e6d19545bf4016dd59 (patch) | |
tree | bbd451ece9305e04d2fe47e316207859d6bc2eaa /ds9/library/util.tcl | |
parent | 07cf1e5791cffed572704ae288458c1a3eb90459 (diff) | |
download | blt-07ca462f509e1942ec22c5e6d19545bf4016dd59.zip blt-07ca462f509e1942ec22c5e6d19545bf4016dd59.tar.gz blt-07ca462f509e1942ec22c5e6d19545bf4016dd59.tar.bz2 |
add ds9 parsers
Diffstat (limited to 'ds9/library/util.tcl')
-rw-r--r-- | ds9/library/util.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ds9/library/util.tcl b/ds9/library/util.tcl index cac8702..29cfecd 100644 --- a/ds9/library/util.tcl +++ b/ds9/library/util.tcl @@ -1364,7 +1364,7 @@ proc ProcessCursorCmd {varname iname} { catalog {MarkerArrowKey $current(frame) $x $y} crosshair {CrosshairArrowKey $current(frame) $x $y} colorbar {} - pan {Pan $x $y canvas} + pan {PanCanvas $x $y} zoom - rotate - crop {} @@ -1386,7 +1386,7 @@ proc CursorCmd {x y} { catalog {MarkerArrowKey $current(frame) $x $y} crosshair {CrosshairArrowKey $current(frame) $x $y} colorbar {} - pan {Pan $x $y canvas} + pan {PanCanvas $x $y} zoom - rotate - crop {} |