mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 13:40:23 +02:00
LCL carbon: fixed 0012429: TCheckListBox does not drawn correctly then Enabled/Disabled by skalogryyz
git-svn-id: trunk@17084 -
This commit is contained in:
parent
e90765f1bc
commit
b373cc104e
@ -666,6 +666,8 @@ begin
|
||||
else
|
||||
for I := 0 to GetFrameCount - 1 do
|
||||
OSError(MacOSAll.DisableControl(Frames[I]), Self, SEnable, SDisableControl);
|
||||
|
||||
Invalidate;
|
||||
end;
|
||||
|
||||
{------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user