From b941cd899d687ea5d523eb5e2035b1b471da39d9 Mon Sep 17 00:00:00 2001 From: William Joye Date: Thu, 25 Apr 2019 13:46:32 -0400 Subject: BACKUP: fixed an issue with reading version 6.x backup files --- ds9/doc/release/r8.1.html | 1 + ds9/library/prefs.tcl | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ds9/doc/release/r8.1.html b/ds9/doc/release/r8.1.html index b6ec49e..9206d43 100644 --- a/ds9/doc/release/r8.1.html +++ b/ds9/doc/release/r8.1.html @@ -77,6 +77,7 @@
  • 04.22.2019 GUI: rotate image and change colorbar now uses full render algorithm.
  • 04.23.2019 MASK: default systems is now WCS (similar to RGB).
  • 04.25.2019 MASK: fixed an issue with mask and backups.
  • +
  • 04.25.2019 BACKUP: fixed an issue with reading version 6.x backup files.
  • xx.xx.2019 RELEASE version 8.1b1
  • diff --git a/ds9/library/prefs.tcl b/ds9/library/prefs.tcl index 9ca01f8..2671580 100644 --- a/ds9/library/prefs.tcl +++ b/ds9/library/prefs.tcl @@ -673,9 +673,9 @@ proc FixPrefs6.2to7.0 {} { FixVar pbuttons(frame,match,frame,amplifier) pbuttons(frame,matchframe,amplifier) FixVar pbuttons(frame,match,frame,detector) pbuttons(frame,matchframe,detector) - FixVar pbuttons(bin,match) pbuttons(frame,matchbin) - FixVar pbuttons(scale,match) pbuttons(frame,matchscale) - FixVar pbuttons(color,match) pbuttons(frame,matchcolor) + FixVar pbuttons(frame,match,bin) pbuttons(frame,matchbin) + FixVar pbuttons(frame,match,scale) pbuttons(frame,matchscale) + FixVar pbuttons(frame,match,color) pbuttons(frame,matchcolor) FixVar ppanner(compass) ppanner(compass,image) FixVarRm ppanner(compass,wcs,system) -- cgit v0.12