You've already forked lazarus-ccr
fix show lookup list in TRxDBLookupEdit on Windows
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1820 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -573,6 +573,10 @@ procedure TRxCustomDBLookupEdit.InternalClosePopup(AResult: boolean);
|
|||||||
begin
|
begin
|
||||||
if Assigned(FOnClosePopup) then
|
if Assigned(FOnClosePopup) then
|
||||||
FOnClosePopup(Self, AResult);
|
FOnClosePopup(Self, AResult);
|
||||||
|
|
||||||
|
{$IFDEF WINDOWS}
|
||||||
|
FRxPopUpForm:=nil;
|
||||||
|
{$ENDIF}
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TRxCustomDBLookupEdit.LookupDataSetChanged(Sender: TObject);
|
procedure TRxCustomDBLookupEdit.LookupDataSetChanged(Sender: TObject);
|
||||||
|
Reference in New Issue
Block a user