From 70badc5a188222fb4b23b6af4d76bd8ccda29da7 Mon Sep 17 00:00:00 2001 From: mattias Date: Thu, 29 Mar 2012 09:57:19 +0000 Subject: [PATCH] lazreport: fixed TfrBandView.GetClipRgn git-svn-id: trunk@36424 - --- components/lazreport/source/lr_class.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lazreport/source/lr_class.pas b/components/lazreport/source/lr_class.pas index 467b02b32c..9334c4240c 100644 --- a/components/lazreport/source/lr_class.pas +++ b/components/lazreport/source/lr_class.pas @@ -3800,7 +3800,7 @@ begin R2:=CreateRectRgn(0,0,0,0); RR:=CombineRgn(R2, R, R1, RGN_OR); - Result:=R2; + Result:=RR; DeleteObject(R);