diff options
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 } |