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?
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;

it deals with the behaviour when lookupEdit is clicked twice and on second
click the PopUpForm didn't showup.

i don't know how can i do the regression test, so let's just say i'm putting
the code with my finger crossed.

i'm sorry if this mail is addressed in wrong placed, because i never joined
any opensource project before.

with all the passion
Perdhevi


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

Reply via email to