mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-04 18:17:13 +01:00
Patch from bug #19801 TFloatSpinEdit: OnChange not called when changing Value by code
git-svn-id: trunk@31803 -
This commit is contained in:
parent
abae480a70
commit
2f54837507
@ -53,12 +53,8 @@ var
|
||||
begin
|
||||
PrevValue := FValue;
|
||||
FValueChanged := True;
|
||||
|
||||
if Value <> PrevValue then
|
||||
begin
|
||||
FValueEmpty := False;
|
||||
if Value <> PrevValue then FValueEmpty := False;
|
||||
inherited;
|
||||
end;
|
||||
end;
|
||||
|
||||
procedure TCustomFloatSpinEdit.SetMaxValue(const AValue: Double);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user