mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 20:01:45 +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);
|
R2:=CreateRectRgn(0,0,0,0);
|
||||||
|
|
||||||
RR:=CombineRgn(R2, R, R1, RGN_OR);
|
RR:=CombineRgn(R2, R, R1, RGN_OR);
|
||||||
Result:=R2;
|
Result:=RR;
|
||||||
|
|
||||||
|
|
||||||
DeleteObject(R);
|
DeleteObject(R);
|
||||||
|
Loading…
Reference in New Issue
Block a user