diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2017-04-20 16:57:28 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2017-04-20 16:57:28 (GMT) |
commit | 2a75d620242fbd85320b0d48b5ee457d9faeeebc (patch) | |
tree | 8606ac83e3ac25d48446295234a0c4245d093aa8 /ds9/library/crop.tcl | |
parent | 382abeffcc61ef20a0288c52b09142db3cf3585e (diff) | |
download | blt-2a75d620242fbd85320b0d48b5ee457d9faeeebc.zip blt-2a75d620242fbd85320b0d48b5ee457d9faeeebc.tar.gz blt-2a75d620242fbd85320b0d48b5ee457d9faeeebc.tar.bz2 |
enhance graphs
Diffstat (limited to 'ds9/library/crop.tcl')
-rw-r--r-- | ds9/library/crop.tcl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ds9/library/crop.tcl b/ds9/library/crop.tcl index a4982d3..075b5c4 100644 --- a/ds9/library/crop.tcl +++ b/ds9/library/crop.tcl @@ -74,8 +74,7 @@ proc UpdateCrop {which} { UpdateContourDialog UpdateScaleDialog GridUpdateZoom - UpdateGraphXAxis $which - UpdateGraphYAxis $which + UpdateGraphAxis $which UpdateInfoBoxBase UpdateMain } |