mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 05:36:22 +02:00
Minor change in TCDSpinEdit: Double is better then Extended
git-svn-id: trunk@35974 -
This commit is contained in:
parent
6d8f89f7ee
commit
11a6c128d9
@ -3063,7 +3063,7 @@ end;
|
||||
|
||||
procedure TCDSpinEdit.DoChange;
|
||||
var
|
||||
lValue: Extended;
|
||||
lValue: Double;
|
||||
begin
|
||||
if SysUtils.TryStrToFloat(Caption, lValue) then FValue := lValue;
|
||||
DoUpdateUpDown;
|
||||
|
Loading…
Reference in New Issue
Block a user