mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-26 15:00:26 +02:00
Merged revision(s) 52862 #602280cef5 from trunk:
CaculatorForm: fix TCalculatorPanel.FindButton for buttons after the Square root button. ........ git-svn-id: branches/fixes_1_6@52891 -
This commit is contained in:
parent
469aa3f707
commit
0afe553727
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user