summaryrefslogtreecommitdiffstats
path: root/ds9/library/util.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/library/util.tcl')
-rw-r--r--ds9/library/util.tcl4
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 {}