summaryrefslogtreecommitdiffstats
path: root/ds9
diff options
context:
space:
mode:
Diffstat (limited to 'ds9')
-rw-r--r--ds9/doc/release/r8.1.html1
-rw-r--r--ds9/library/prefs.tcl6
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 @@
<li><tt>04.22.2019 GUI: rotate image and change colorbar now uses full render algorithm.</tt></li>
<li><tt>04.23.2019 MASK: default systems is now WCS (similar to RGB).</tt></li>
<li><tt>04.25.2019 MASK: fixed an issue with mask and backups.</tt></li>
+<li><tt>04.25.2019 BACKUP: fixed an issue with reading version 6.x backup files.</tt></li>
<li><tt><b>xx.xx.2019 RELEASE version 8.1b1</b></tt></li>
</ol>
</div>
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)