mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 17:55:55 +02:00
lazreport: fixed TfrBandView.GetClipRgn
git-svn-id: trunk@36424 -
This commit is contained in:
parent
31ccf434af
commit
70badc5a18
@ -3800,7 +3800,7 @@ begin
|
||||
R2:=CreateRectRgn(0,0,0,0);
|
||||
|
||||
RR:=CombineRgn(R2, R, R1, RGN_OR);
|
||||
Result:=R2;
|
||||
Result:=RR;
|
||||
|
||||
|
||||
DeleteObject(R);
|
||||
|
Loading…
Reference in New Issue
Block a user