mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 12:40:33 +02:00
Carbon intf: fixed #0009656: Carbon TSpinEdit Spinners do not generate 'OnChange' event
git-svn-id: trunk@12021 -
This commit is contained in:
parent
7eb0bfedf4
commit
a750c30815
@ -953,6 +953,7 @@ begin
|
||||
end;
|
||||
|
||||
inherited SetText((LCLObject as TCustomFloatSpinEdit).ValueToStr(FValue));
|
||||
inherited TextDidChange;
|
||||
end;
|
||||
|
||||
{------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user