You've already forked lazarus-ccr
Fix wrong conversion
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2833 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -197,7 +197,7 @@ begin
|
||||
if ReadOnly then
|
||||
exit;
|
||||
if IsValidFloat(Text) then
|
||||
theValue := StrToCurr(Text)
|
||||
theValue := StrToFloat(Text)
|
||||
else
|
||||
begin
|
||||
ShowMessage(Format(SInvalidNumber, [Text]));
|
||||
|
Reference in New Issue
Block a user