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:
alexs75 2011-08-19 17:03:17 +00:00
parent 2f49245f8b
commit 4e0e6df655

View File

@ -573,6 +573,10 @@ procedure TRxCustomDBLookupEdit.InternalClosePopup(AResult: boolean);
begin
if Assigned(FOnClosePopup) then
FOnClosePopup(Self, AResult);
{$IFDEF WINDOWS}
FRxPopUpForm:=nil;
{$ENDIF}
end;
procedure TRxCustomDBLookupEdit.LookupDataSetChanged(Sender: TObject);