Skip to content

Commit

Permalink
Disabled concat key
Browse files Browse the repository at this point in the history
  • Loading branch information
Wycklife committed Sep 19, 2019
1 parent 5d393dd commit 31cb6f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions instat/ucrCalculator.vb
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ Public Class ucrCalculator
cmdAll.Enabled = False
cmdIsTrue.Enabled = False
cmdIsFalse.Enabled = False
cmdConcat.Enabled = False
bControlsInitialised = True
ttCalculator.SetToolTip(cmdRound, "round(x) to round to whole numbers, round(x,2) to round to 2 decimal places, round(x,-2) to round to the nearest 100")
ttCalculator.SetToolTip(cmdSiginf, "signif(x,3) to round to 3 significant figures")
Expand Down

0 comments on commit 31cb6f1

Please sign in to comment.