On 2009-07-28 12:08, Raditya Perdhevi wrote:
hi all,
i don't know if this is the right place to ask but i have a stupid question
how can i add a patch?
It certainly is! Although I'm not involved enough with the project to be
totally sure, unfortunately :)
some time ago i've added a small adjustment on RX component from
Lazarus-CCR, to be exactly, i've added this lines on rxlookup.pas
on OnClosePopup method in TRxCustomDBLookupEdit class
if assigned(FRxPopUpForm) then
begin
FRxPopUpForm := nil;
end;
This just seems superfluous. Isn't the FRxPopUpForm just a straight
variable? Then just assign nil to it. There should be no need to check
it for non-nility when you're just going to nil it anyway.
--
Med venlig hilsen
Christian Iversen
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus