CaculatorForm: fix TCalculatorPanel.FindButton for buttons after the Square root button.

git-svn-id: trunk@52862 -
This commit is contained in:
bart 2016-08-22 12:40:48 +00:00
parent b272a2aa9f
commit 602280cef5

View File

@ -567,7 +567,7 @@ end;
function TCalculatorPanel.FindButton(Key: Char): TCustomSpeedButton;
const
ButtonChars = '0123456789_./*-+Q%R='#8'C';
ButtonChars = '0123456789_./*-+QS%R='#8'C';
var
I: Integer;
BtnTag: Longint;