mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-16 02:00:30 +01:00
fixed FindControl and searching overloaded procs
git-svn-id: trunk@2159 -
This commit is contained in:
parent
b0deed02d2
commit
195a6ea95f
@ -865,7 +865,7 @@ function TWinControl.FindNextControl(CurrentControl: TWinControl; GoForward,
|
||||
CheckTabStop, CheckParent: Boolean): TWinControl;
|
||||
begin
|
||||
Result:=TWinControl(FindNextControl(CurrentControl,
|
||||
GoForward,CheckTabStop,CheckParent));
|
||||
GoForward,CheckTabStop,CheckParent,true));
|
||||
end;
|
||||
|
||||
{------------------------------------------------------------------------------
|
||||
@ -2563,6 +2563,9 @@ end;
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.111 2002/12/28 17:43:43 mattias
|
||||
fixed FindControl and searching overloaded procs
|
||||
|
||||
Revision 1.110 2002/12/28 12:42:38 mattias
|
||||
focus fixes, reduced lpi size
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user