2011/5/23 Mattias Gaertner <[email protected]>:
> On Mon, 23 May 2011 22:07:58 +0200
> cobines <[email protected]> wrote:
>
>> Hello.
>>
>> In TWinControl.Destroy there is code:
>>
>>   while n > 0 do
>>   begin
>>     Control := Controls[n - 1];
>>     Remove(Control);   <--
>>      ...
>>     Control.Parent := nil; <--
>
> That one was not needed any more. I removed it.

OK. Thanks!

--
cobines

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to