summaryrefslogtreecommitdiffstats
path: root/ds9
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-08-30 20:20:53 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-08-30 20:20:53 (GMT)
commit0a0529b42b20e69d444d349d590e8f4c2fe43a4d (patch)
tree8bb7877d60c6816ddd3a67f52bc9a5243ce445a0 /ds9
parent9e48640f65728710421af5f7b6ea48552a9cf9bd (diff)
downloadblt-0a0529b42b20e69d444d349d590e8f4c2fe43a4d.zip
blt-0a0529b42b20e69d444d349d590e8f4c2fe43a4d.tar.gz
blt-0a0529b42b20e69d444d349d590e8f4c2fe43a4d.tar.bz2
handle non equatorial wcs 3d correctly
Diffstat (limited to 'ds9')
-rw-r--r--ds9/library/menu.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ds9/library/menu.tcl b/ds9/library/menu.tcl
index bb9d869..b51626f 100644
--- a/ds9/library/menu.tcl
+++ b/ds9/library/menu.tcl
@@ -180,7 +180,7 @@ proc CoordMenuEnable {w varname system image sky skyformat} {
}
}
- if ($image != {}} {
+ if {$image != {}} {
$w entryconfig [msgcat::mc {Image}] -state normal
$w entryconfig [msgcat::mc {Physical}] -state normal
$w entryconfig [msgcat::mc {Amplifier}] -state normal