MG: fixed parser for Clx enums and empty param lists

git-svn-id: trunk@1920 -
This commit is contained in:
lazarus 2002-08-17 23:40:12 +00:00
parent cc1e71b882
commit c79a5b5bc0

View File

@ -162,7 +162,7 @@ begin
if TheWinControl<>nil then begin
SetCursor(TheWinControl);
ConnectHiddenWidgetsSignals(TheWinControl);
ConnectInternalWidgetsSignals(TheWinControl);
end;
end;
end else begin
@ -2143,6 +2143,9 @@ end;
{ =============================================================================
$Log$
Revision 1.100 2002/08/19 08:50:28 lazarus
MG: fixed parser for Clx enums and empty param lists
Revision 1.99 2002/08/17 15:45:33 lazarus
MG: removed ClientRectBugfix defines