summaryrefslogtreecommitdiffstats
path: root/ds9/library/contour.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/library/contour.tcl')
-rw-r--r--ds9/library/contour.tcl6
1 files changed, 1 insertions, 5 deletions
diff --git a/ds9/library/contour.tcl b/ds9/library/contour.tcl
index 887e881..e742b80 100644
--- a/ds9/library/contour.tcl
+++ b/ds9/library/contour.tcl
@@ -61,7 +61,6 @@ proc UpdateContour {} {
if {$current(frame) == {}} {
return
}
-
if {![$current(frame) has fits]} {
return
}
@@ -850,10 +849,9 @@ proc UpdateContourMenu {} {
puts stderr "UpdateContourMenu"
}
- if {($current(frame) == {})} {
+ if {$current(frame) == {}} {
return
}
-
if {![$current(frame) has fits]} {
return
}
@@ -885,7 +883,6 @@ proc UpdateContourScale {} {
if {$current(frame) == {}} {
return
}
-
if {![$current(frame) has fits]} {
return
}
@@ -935,7 +932,6 @@ proc UpdateContourDialog {} {
if {$current(frame) == {}} {
return
}
-
if {![$current(frame) has fits]} {
return
}