Skip to content

Commit

Permalink
Merge pull request #7715 from Fidel365/Climatic_Summary
Browse files Browse the repository at this point in the history
Fixes Bug in Climatic Summary Dialogue
  • Loading branch information
lloyddewit committed Nov 22, 2022
2 parents 5cc9d38 + 5873e79 commit 74f9e9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion instat/dlgClimaticSummary.vb
Expand Up @@ -87,7 +87,8 @@ Public Class dlgClimaticSummary

ucrReceiverWithinYear.SetParameter(New RParameter("within_variable", 2, False))
ucrReceiverWithinYear.SetParameterIsString()
'ucrReceiverWithinYear.strSelectorHeading = "Factors"
ucrReceiverWithinYear.SetClimaticType("month")
ucrReceiverWithinYear.bAutoFill = True
ucrReceiverWithinYear.Selector = ucrSelectorVariable
ucrReceiverWithinYear.SetIncludedDataTypes({"numeric", "factor"})

Expand Down

0 comments on commit 74f9e9c

Please sign in to comment.