You've already forked lazarus-ccr
fix paint on windows
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@741 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user