You've already forked lazarus-ccr
fix bug in RxCloseFormValidate - AV on remove componet from form
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2102 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -345,6 +345,7 @@ var
|
|||||||
i:integer;
|
i:integer;
|
||||||
begin
|
begin
|
||||||
inherited Notification(AComponent, Operation);
|
inherited Notification(AComponent, Operation);
|
||||||
|
if AComponent = Self then exit;
|
||||||
if Operation = opRemove then
|
if Operation = opRemove then
|
||||||
begin
|
begin
|
||||||
for i:=0 to FItems.Count - 1 do
|
for i:=0 to FItems.Count - 1 do
|
||||||
|
Reference in New Issue
Block a user