Skip to content

Commit

Permalink
frac_den change
Browse files Browse the repository at this point in the history
  • Loading branch information
Fidel365 committed Oct 14, 2024
1 parent f39fda8 commit b91fb75
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 52 deletions.
100 changes: 50 additions & 50 deletions instat/ucrCalculator.Designer.vb

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

4 changes: 2 additions & 2 deletions instat/ucrCalculator.vb
Original file line number Diff line number Diff line change
Expand Up @@ -6128,9 +6128,9 @@ Public Class ucrCalculator

Private Sub cmdFracDen_Click(sender As Object, e As EventArgs) Handles cmdFracDen.Click
If chkShowParameters.Checked Then
ucrReceiverForCalculation.AddToReceiverAtCursorPosition("frac_den(x= , denominator= )", 17)
ucrReceiverForCalculation.AddToReceiverAtCursorPosition("frac_den(x= ,den= )", 8)
Else
ucrReceiverForCalculation.AddToReceiverAtCursorPosition("frac_den( , )", 4)
ucrReceiverForCalculation.AddToReceiverAtCursorPosition("frac_den(, )", 3)
End If
End Sub
End Class

0 comments on commit b91fb75

Please sign in to comment.