You've already forked lazarus-ccr
fix close lookup
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1032 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1010,6 +1010,7 @@ begin
|
|||||||
if FRxPopUpForm.ShowModal = mrOk then
|
if FRxPopUpForm.ShowModal = mrOk then
|
||||||
OnClosePopup(true);
|
OnClosePopup(true);
|
||||||
TempF.Free;
|
TempF.Free;
|
||||||
|
FRxPopUpForm:=nil
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
end
|
end
|
||||||
end;
|
end;
|
||||||
|
Reference in New Issue
Block a user