mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-28 00:09:26 +02:00
MG: fixed removing controls
git-svn-id: trunk@2067 -
This commit is contained in:
parent
b6569f7083
commit
16752bdf6e
@ -292,10 +292,9 @@ Begin
|
||||
// the component list of the form has changed
|
||||
// -> restart the search
|
||||
i:=AWinControl.ControlCount-1;
|
||||
continue;
|
||||
end;
|
||||
end else
|
||||
dec(i);
|
||||
end;
|
||||
dec(i);
|
||||
end;
|
||||
// remove component
|
||||
if Assigned(FOnRemoveComponent) then
|
||||
|
Loading…
Reference in New Issue
Block a user