Skip to content

Commit

Permalink
Merge pull request #8412 from Fidel365/Minor_changes
Browse files Browse the repository at this point in the history
Minor change on the stem and leaf receiver
  • Loading branch information
lloyddewit committed Jul 4, 2023
2 parents 5ff3914 + 24a2a0e commit a35a3b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions instat/dlgOneWayFrequencies.vb
Expand Up @@ -273,6 +273,7 @@ Public Class dlgOneWayFrequencies

Private Sub ucrPnlFreq_ControlValueChanged(ucrChangedControl As ucrCore) Handles ucrPnlFreq.ControlValueChanged
If rdoFrqTable.Checked OrElse rdoFrqGraph.Checked Then
ucrReceiverTableGraph.SetMeAsReceiver()
ucrChkTableGraphWeights.Checked = clsTableSjMiscFrqRFunction.ContainsParameter("weight.by") OrElse clsGraphSjGGFreqPlotRFunction.ContainsParameter("weight.by")
ucrChkTableGraphGroupData.Checked = clsTableSjMiscFrqRFunction.ContainsParameter("auto.group") OrElse clsGraphSjGGFreqPlotRFunction.ContainsParameter("auto.grp")

Expand All @@ -290,6 +291,7 @@ Public Class dlgOneWayFrequencies
End If

ElseIf rdoFrqStemLeaf.Checked Then
ucrReceiverStemAndLeaf.SetMeAsReceiver()
ucrChkStemLeafWidth.Checked = clsStemLeafRFunction.ContainsParameter("width")
ucrChkStemLeafScale.Checked = clsStemLeafRFunction.ContainsParameter("scale")
End If
Expand Down

0 comments on commit a35a3b3

Please sign in to comment.