Skip to content

Commit

Permalink
Fix layout attr table layer source DD not set
Browse files Browse the repository at this point in the history
Fixes #47021 by copying the DD properties from the multiframe
into the frame.
  • Loading branch information
elpaso authored and nyalldawson committed Jan 31, 2022
1 parent f8d407f commit 61dc66b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/layout/qgslayoutattributetablewidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ bool QgsLayoutAttributeTableWidget::setNewItem( QgsLayoutItem *item )
}

mTable = qobject_cast< QgsLayoutItemAttributeTable * >( multiFrame );
frame->setDataDefinedProperties( multiFrame->dataDefinedProperties() );
mFrame = frame;
mItemPropertiesWidget->setItem( frame );

Expand Down

0 comments on commit 61dc66b

Please sign in to comment.