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 8011954..f2e0fbc 100644 --- a/ds9/library/crop.tcl +++ b/ds9/library/crop.tcl @@ -181,9 +181,8 @@ proc CropDestroyDialog {} { if {[winfo exists $icrop(top)]} { destroy $icrop(top) destroy $icrop(mb) + unset dcrop } - - unset dcrop } proc UpdateCropMenu {} { |