Minor change in TCDSpinEdit: Double is better then Extended

git-svn-id: trunk@35974 -
This commit is contained in:
sekelsenmat 2012-03-14 10:35:48 +00:00
parent 6d8f89f7ee
commit 11a6c128d9

View File

@ -3063,7 +3063,7 @@ end;
procedure TCDSpinEdit.DoChange;
var
lValue: Extended;
lValue: Double;
begin
if SysUtils.TryStrToFloat(Caption, lValue) then FValue := lValue;
DoUpdateUpDown;