mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 06:38:03 +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;
|
||||
SetValue(NewValue);
|
||||
Modified := True;
|
||||
end;
|
||||
|
||||
function TSpinEditExBase.GetNullValue: T;
|
||||
|
Loading…
Reference in New Issue
Block a user