diff options
Diffstat (limited to 'ds9/library/bin.tcl')
-rw-r--r-- | ds9/library/bin.tcl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ds9/library/bin.tcl b/ds9/library/bin.tcl index 93ab74a..b527f3b 100644 --- a/ds9/library/bin.tcl +++ b/ds9/library/bin.tcl @@ -631,9 +631,8 @@ proc BinDestroyDialog {} { if {[winfo exists $ibin(top)]} { destroy $ibin(top) destroy $ibin(mb) + unset dbin } - - unset dbin } proc MatchBinCurrent {} { |