diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2017-08-09 17:35:26 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2017-08-09 17:35:26 (GMT) |
commit | 4f8546c1a297d926e77bb11ef1cb078ccf3f7b53 (patch) | |
tree | b771e5290060669aa90241ded04c7220583080d4 /ds9/library | |
parent | b02ab677ff2b0dd025adde55df9240abe821d906 (diff) | |
download | blt-4f8546c1a297d926e77bb11ef1cb078ccf3f7b53.zip blt-4f8546c1a297d926e77bb11ef1cb078ccf3f7b53.tar.gz blt-4f8546c1a297d926e77bb11ef1cb078ccf3f7b53.tar.bz2 |
fix fix prefs
Diffstat (limited to 'ds9/library')
-rw-r--r-- | ds9/library/prefs.tcl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ds9/library/prefs.tcl b/ds9/library/prefs.tcl index f11ad0d..e86da69 100644 --- a/ds9/library/prefs.tcl +++ b/ds9/library/prefs.tcl @@ -546,6 +546,9 @@ proc FixPrefs7.4to7.5 {} { FixVarRm pds9(threads) } +proc FixPrefs7.3to7.4 {} { +} + proc FixPrefs7.2to7.3 {} { global current if {$current(mode) == {pointer}} { |