LazReport, some properties on band's script should refer to parent band instead of current bandview, fix issue #14082

git-svn-id: trunk@20777 -
This commit is contained in:
jesus 2009-07-01 21:15:44 +00:00
parent e71debd656
commit 33c7117838

View File

@ -9391,6 +9391,9 @@ begin
{$ENDIF}
//Retreive property informations
if t is TfrBandView then
t := TfrBandView(t).Parent;
PropInfo:=GetPropInfo(t,Prop);
if Assigned(PropInfo) then
begin