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