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:
lazarus-bart
2020-08-22 15:55:20 +00:00
parent 78ae64721c
commit 38282db2af

View File

@ -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;