Skip to content

Commit

Permalink
changes to the code
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalis95 committed Dec 2, 2024
1 parent 6cdce0e commit 98e8c12
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion instat/dlgDescribeTwoVariable.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion instat/dlgDescribeTwoVariable.vb
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,6 @@ Public Class dlgDescribeTwoVariable
ucrSaveTable.AddAdditionalRCode(clsGroupByPipeOperator4, iAdditionalPairNo:=2)

ucrChkOmitMissing.SetRCode(clsSummaryTableFunction, bReset)
ucrReceiverFirstVars.SetRCode(clsDummyFunction, bReset)
ucrReceiverSecondTwoVariableFactor.SetRCode(clsDummyFunction, bReset)
ucrSelectorDescribeTwoVar.SetRCode(clsRCorrelationFunction, bReset)
ucrReceiverSkimrGroupByFactor.SetRCode(clsGroupByFunction, bReset)
Expand All @@ -558,6 +557,9 @@ Public Class dlgDescribeTwoVariable
ucrReceiverThreeVariableThirdVariable.SetRCode(clsSummaryTableCombineFactorsFunction, bReset)
ucrChkDisplayMargins.SetRCode(clsCombineFrequencyParametersFunction, bReset)
ucrSaveTable.SetRCode(clsGroupByPipeOperator, bReset)
If bReset Then
ucrReceiverFirstVars.SetRCode(clsDummyFunction, bReset)
End If
bRcodeSet = True

FillListView()
Expand Down Expand Up @@ -1436,8 +1438,11 @@ Public Class dlgDescribeTwoVariable
Else
ucrReceiverFirstVars.SetMeAsReceiver()
End If
ElseIf rdoSkim.Checked Then
ucrReceiverFirstVars.SetMeAsReceiver()
Else
ucrReceiverFirstVars.SetMeAsReceiver()

End If
If rdoORow.Checked OrElse rdoOCell.Checked Then
If ucrChkDisplayMargins.Checked Then
Expand Down

0 comments on commit 98e8c12

Please sign in to comment.