MG: from Andrew: style list fixes, autosize for radio/checkbtns

git-svn-id: trunk@1112 -
This commit is contained in:
lazarus 2002-02-09 01:47:53 +00:00
parent 8cae70965a
commit a76f38fb5a

View File

@ -567,10 +567,8 @@ end;
Procedure TWinControl.ReCreateWnd;
Begin
//send a message to inform the interface that we need to destroy and recreate this control
if FHandle <> 0 then
Begin
if HandleAllocated then
CNSendMessage(LM_RECREATEWND,Self,Nil);
end;
end;
{------------------------------------------------------------------------------}
@ -2283,6 +2281,9 @@ end;
{ =============================================================================
$Log$
Revision 1.77 2002/08/24 06:51:22 lazarus
MG: from Andrew: style list fixes, autosize for radio/checkbtns
Revision 1.76 2002/08/17 15:45:33 lazarus
MG: removed ClientRectBugfix defines