mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-11 13:28:04 +02:00
T(Float)SpinEditEx: set Modified to False if Value is set programmatically.
This commit is contained in:
parent
a669e08450
commit
2e98d119cc
@ -305,6 +305,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
SetValue(NewValue);
|
SetValue(NewValue);
|
||||||
|
Modified := True;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function TSpinEditExBase.GetNullValue: T;
|
function TSpinEditExBase.GetNullValue: T;
|
||||||
|
Loading…
Reference in New Issue
Block a user