mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 21:00:43 +02:00
MG: fixed parser for Clx enums and empty param lists
git-svn-id: trunk@1920 -
This commit is contained in:
parent
cc1e71b882
commit
c79a5b5bc0
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user