lazreport: fixed TfrBandView.GetClipRgn

git-svn-id: trunk@36424 -
This commit is contained in:
mattias 2012-03-29 09:57:19 +00:00
parent 31ccf434af
commit 70badc5a18

View File

@ -3800,7 +3800,7 @@ begin
R2:=CreateRectRgn(0,0,0,0);
RR:=CombineRgn(R2, R, R1, RGN_OR);
Result:=R2;
Result:=RR;
DeleteObject(R);