Skip to content

Commit

Permalink
Correctly Assigning Heatmap Help to the HeatMap Dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
derekagorhom committed Nov 4, 2024
1 parent 2067a20 commit f80e567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instat/dlgHeatMapPlot.vb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f80e567

Please sign in to comment.