summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-09-01 17:03:56 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-09-01 17:03:56 (GMT)
commit6dde3167c84b92a14816f3c568057812357bb899 (patch)
tree3eff86fcac76639ed1e53bf28f857b0f9f2b7f01
parent35f8b938e70d7963d6904e00b06d8afe8a14d15e (diff)
downloadblt-6dde3167c84b92a14816f3c568057812357bb899.zip
blt-6dde3167c84b92a14816f3c568057812357bb899.tar.gz
blt-6dde3167c84b92a14816f3c568057812357bb899.tar.bz2
RULER: fixe a problem creating via GUI
-rw-r--r--ds9/doc/release/r7.6.html1
-rw-r--r--ds9/library/marker.tcl2
2 files changed, 2 insertions, 1 deletions
diff --git a/ds9/doc/release/r7.6.html b/ds9/doc/release/r7.6.html
index 25d8ae0..d1c8843 100644
--- a/ds9/doc/release/r7.6.html
+++ b/ds9/doc/release/r7.6.html
@@ -133,6 +133,7 @@
<li><tt>08.22.2017 GUI: don't update screen until end when loading mulitple files from command line.</tt></li>
<li><tt>08.24.2017 3D: fixed a problem with frame 3d backup.</tt></li>
<li><tt>08.24.2017 3D: add match/lock support.</tt></li>
+ <li><tt>09.01.2017 RULER: fixe a problem creating via GUI.</tt></li>
<li><tt><b>xx.xx.2017 RELEASE version 7.6b6</b></tt></li>
</ol>
</ol>
diff --git a/ds9/library/marker.tcl b/ds9/library/marker.tcl
index 776496b..a4a19d5 100644
--- a/ds9/library/marker.tcl
+++ b/ds9/library/marker.tcl
@@ -645,7 +645,7 @@ proc MarkerCreateShape {which x y} {
return
}
}
- ruler {append cmd " $x $y $ed(system) $ed(sky) $ed(system) $ed(dformat)"}
+ ruler {append cmd " $x $y $ed(system) $ed(sky) $ed(system) $ed(dformat) ''"}
compass {append cmd " 15 $ed(system) $ed(sky) "}
{circle point} -
{box point} -