LCL carbon: fixed 0012429: TCheckListBox does not drawn correctly then Enabled/Disabled by skalogryyz

git-svn-id: trunk@17084 -
This commit is contained in:
tombo 2008-10-21 08:43:29 +00:00
parent e90765f1bc
commit b373cc104e

View File

@ -666,6 +666,8 @@ begin
else
for I := 0 to GetFrameCount - 1 do
OSError(MacOSAll.DisableControl(Frames[I]), Self, SEnable, SDisableControl);
Invalidate;
end;
{------------------------------------------------------------------------------