mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-17 05:20:48 +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;
|
CheckTabStop, CheckParent: Boolean): TWinControl;
|
||||||
begin
|
begin
|
||||||
Result:=TWinControl(FindNextControl(CurrentControl,
|
Result:=TWinControl(FindNextControl(CurrentControl,
|
||||||
GoForward,CheckTabStop,CheckParent));
|
GoForward,CheckTabStop,CheckParent,true));
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{------------------------------------------------------------------------------
|
{------------------------------------------------------------------------------
|
||||||
@ -2563,6 +2563,9 @@ end;
|
|||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
|
|
||||||
$Log$
|
$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
|
Revision 1.110 2002/12/28 12:42:38 mattias
|
||||||
focus fixes, reduced lpi size
|
focus fixes, reduced lpi size
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user