diff --git a/components/rx/rxlookup.pas b/components/rx/rxlookup.pas index f76d9b8d3..10bef5eb4 100644 --- a/components/rx/rxlookup.pas +++ b/components/rx/rxlookup.pas @@ -1352,10 +1352,10 @@ procedure TRxDBLookupCombo.OnClosePopup(AResult: boolean); begin inherited OnClosePopup(AResult); SetFocus; - if (Owner is TWinControl) then +{ if (Owner is TWinControl) then TWinControl(Owner).Repaint else - Parent.Repaint; + Parent.Repaint;} end; end.