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:
parent
2f49245f8b
commit
4e0e6df655
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user