You've already forked lazarus-ccr
ExCtrls: fix not calling OnKeyPress in TCustomFloatSISpinEditEx.EditKeyPress.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7623 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -537,7 +537,7 @@ end;
|
|||||||
|
|
||||||
procedure TCustomFloatSISpinEditEx.EditKeyPress(var Key: char);
|
procedure TCustomFloatSISpinEditEx.EditKeyPress(var Key: char);
|
||||||
begin
|
begin
|
||||||
//allow anything for the moment
|
if Assigned(OnKeyPress) then OnKeyPress(Self, Key);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function TCustomFloatSISpinEditEx.TextIsNumber(const S: String; out ANumber: Double): Boolean;
|
function TCustomFloatSISpinEditEx.TextIsNumber(const S: String; out ANumber: Double): Boolean;
|
||||||
|
Reference in New Issue
Block a user