From bb4f986089d54b2b53fd6428edee6a2e4cc1c4c5 Mon Sep 17 00:00:00 2001 From: Bradley Broom Date: Thu, 13 Jun 2024 14:34:07 -0500 Subject: [PATCH] Fix changing gap/cut color not updating in Summary Map Gap/cut color was not updating in the summary map. See issue #501. The cause was that the gap/cut color was not included in the saved drawing properties that determines when a redraw is needed. This fix adds the gap/cut color to the saved properties. --- NGCHM/WebContent/javascript/SummaryHeatMapDisplay.js | 1 + 1 file changed, 1 insertion(+) diff --git a/NGCHM/WebContent/javascript/SummaryHeatMapDisplay.js b/NGCHM/WebContent/javascript/SummaryHeatMapDisplay.js index 68a952f7..d113a8bc 100644 --- a/NGCHM/WebContent/javascript/SummaryHeatMapDisplay.js +++ b/NGCHM/WebContent/javascript/SummaryHeatMapDisplay.js @@ -494,6 +494,7 @@ colors: colorMap.getColors(), thresholds: colorMap.getThresholds(), missingColor: colorMap.getMissingColor(), + cutsColor: colorMap.getCutsColor(), }; const summaryProps = {