mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-04 13:37:22 +01:00
cocoa: resetting any change flag for a spinedit
git-svn-id: trunk@63170 -
This commit is contained in:
parent
d0018e058f
commit
5b86ef8e6d
@ -2049,6 +2049,7 @@ begin
|
||||
begin
|
||||
updateStepper;
|
||||
StepperChanged(nil); // and refresh self
|
||||
anyChange := false;
|
||||
end;
|
||||
inherited textDidEndEditing(notification);
|
||||
end;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user