mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-31 22:20:24 +02:00
T(Float)SpinEdit: set Modified to False if Value is set programmatically.
(cherry picked from commit abd3cd5c6b
)
This commit is contained in:
parent
66b87899c0
commit
89a9ce9785
@ -142,6 +142,8 @@ begin
|
||||
FUpdatePending := True;
|
||||
UpdateControl;
|
||||
|
||||
Modified := False;
|
||||
|
||||
if not HandleAllocated
|
||||
and ([csLoading, csDestroying] * ComponentState = [])
|
||||
and not SameValue(OldValue, FValue) then
|
||||
|
Loading…
Reference in New Issue
Block a user