Skip to content

Commit

Permalink
fixes #4484
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyparsons committed Apr 6, 2018
1 parent dbfb6f2 commit 7608097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instat/dlgClimaticSummary.vb
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ Public Class dlgClimaticSummary
End If
End Sub

Private Sub ucrPnlAnnualWithin_ControlValueChanged(ucrChangedControl As ucrCore) Handles ucrPnlAnnualWithin.ControlValueChanged
Private Sub ucrPnlAnnualWithin_ControlValueChanged(ucrChangedControl As ucrCore) Handles ucrPnlAnnualWithin.ControlValueChanged, ucrReceiverWithinYear.ControlValueChanged
ReceiverFocus()
If rdoWithinYear.Checked Then
clsDefaultFactors.AddParameter("within_variable", ucrReceiverWithinYear.GetVariableNames, bIncludeArgumentName:=False, iPosition:=2)
Expand Down

0 comments on commit 7608097

Please sign in to comment.