summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-02-20 18:27:00 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-02-20 18:27:00 (GMT)
commit884c2c68d633fc6fda44f3c3429c2a5e80e5804e (patch)
tree513fd1e78ca87df0befee27cde4c0ee2aa64b5b5
parenta778d86d0726c661d6ad7028dd9141029887c0fd (diff)
downloadblt-884c2c68d633fc6fda44f3c3429c2a5e80e5804e.zip
blt-884c2c68d633fc6fda44f3c3429c2a5e80e5804e.tar.gz
blt-884c2c68d633fc6fda44f3c3429c2a5e80e5804e.tar.bz2
fixing Contours
-rw-r--r--ds9/library/load.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ds9/library/load.tcl b/ds9/library/load.tcl
index 4742977..98c5a2e 100644
--- a/ds9/library/load.tcl
+++ b/ds9/library/load.tcl
@@ -267,7 +267,7 @@ proc FinishLoadPre {} {
# generate contour so updatemenu is correct
UpdateContourScale
- ContourUpdate
+ UpdateContour
# just in case, frame may have been deleted before FinishLoad during startup
if {$current(frame) == {}} {