From f80e5673dfd4ec645a90631b30da76a1c5ace670 Mon Sep 17 00:00:00 2001 From: Derrick Agorhom <76208189+derekagorhom@users.noreply.github.com> Date: Mon, 4 Nov 2024 11:02:29 +0100 Subject: [PATCH] Correctly Assigning Heatmap Help to the HeatMap Dialog --- instat/dlgHeatMapPlot.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instat/dlgHeatMapPlot.vb b/instat/dlgHeatMapPlot.vb index c9ac609d37d..b89ed0f92ab 100644 --- a/instat/dlgHeatMapPlot.vb +++ b/instat/dlgHeatMapPlot.vb @@ -81,7 +81,7 @@ Public Class dlgHeatMapPlot Dim dctLegendPosition As New Dictionary(Of String, String) Dim dctPalette As New Dictionary(Of String, String) - ucrBase.iHelpTopicID = 476 + ucrBase.iHelpTopicID = 437 ucrBase.clsRsyntax.bExcludeAssignedFunctionOutput = False ucrBase.clsRsyntax.iCallType = 3