From 4dd3200a3579f0a819c8e560acfedbb83fd64592 Mon Sep 17 00:00:00 2001 From: William Joye Date: Wed, 19 Jun 2019 12:43:36 -0400 Subject: RGB: fixed an issue introduced in 8.1b1 in which a bad fits file loaded into RGB frame would not generate an error message. --- ds9/doc/release/r8.1.html | 1 + tksao/frame/framergbload.C | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ds9/doc/release/r8.1.html b/ds9/doc/release/r8.1.html index 1eeb36a..28f5806 100644 --- a/ds9/doc/release/r8.1.html +++ b/ds9/doc/release/r8.1.html @@ -82,6 +82,7 @@
  • 05.28.2019 URL: more tolerant of mime types when downloading via http.
  • 06.04.2019 COLORBAR: fixed a number of issues with updating the screen with color tags active.
  • 06.05.2019 GUI: colobar cmds load/save errors now report via Error proc.
  • +
  • 06.19.2019 RGB: fixed an issue introduced in 8.1b1 in which a bad fits file loaded into RGB frame would not generate an error message.
  • xx.xx.2019 RELEASE version 8.1b2
  • diff --git a/tksao/frame/framergbload.C b/tksao/frame/framergbload.C index 98fbfae..bf71402 100644 --- a/tksao/frame/framergbload.C +++ b/tksao/frame/framergbload.C @@ -389,8 +389,7 @@ void FrameRGB::loadDone(int rr) keyContext = currentContext; keyContextSet =1; } - - Base::loadDone(rr); } + Base::loadDone(rr); } -- cgit v0.12