T(Float)SpinEditEx: set Modified to False if Value is set programmatically.

This commit is contained in:
Bart 2021-10-03 12:37:26 +02:00
parent a669e08450
commit 2e98d119cc

View File

@ -305,6 +305,7 @@ begin
end;
end;
SetValue(NewValue);
Modified := True;
end;
function TSpinEditExBase.GetNullValue: T;