diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2017-09-19 15:16:00 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2017-09-19 15:16:00 (GMT) |
commit | 4c1881124ec7e79421a6b6cc9f21e1f99d714c61 (patch) | |
tree | 38e939342fb20339866d2887a331f2a49dbaa7c2 /ds9/library | |
parent | 9d26face54a3db0697ad05d86beb2bed58a2d7d0 (diff) | |
download | blt-4c1881124ec7e79421a6b6cc9f21e1f99d714c61.zip blt-4c1881124ec7e79421a6b6cc9f21e1f99d714c61.tar.gz blt-4c1881124ec7e79421a6b6cc9f21e1f99d714c61.tar.bz2 |
Update info box when new file loaded
Diffstat (limited to 'ds9/library')
-rw-r--r-- | ds9/library/info.tcl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ds9/library/info.tcl b/ds9/library/info.tcl index bc0d1c7..75d9a0f 100644 --- a/ds9/library/info.tcl +++ b/ds9/library/info.tcl @@ -485,7 +485,6 @@ proc RefreshInfoBox {which} { if {$debug(tcl,info)} { puts stderr "RefreshInfoBox $which" } - DumpCallStack if {$which != {}} { switch -- $current(mode) { |