mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-10 10:59:30 +02:00
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:
parent
e71debd656
commit
33c7117838
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user