Carbon intf: fixed #0009656: Carbon TSpinEdit Spinners do not generate 'OnChange' event

git-svn-id: trunk@12021 -
This commit is contained in:
tombo 2007-09-13 13:23:16 +00:00
parent 7eb0bfedf4
commit a750c30815

View File

@ -953,6 +953,7 @@ begin
end;
inherited SetText((LCLObject as TCustomFloatSpinEdit).ValueToStr(FValue));
inherited TextDidChange;
end;
{------------------------------------------------------------------------------