Skip to content

Commit fb7c2cc

Browse files
committed
[composer] Refresh data defined properties after page size changes
Fix #16390 (cherry-picked from 599db1)
1 parent 1318518 commit fb7c2cc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/app/composer/qgscompositionwidget.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,7 @@ void QgsCompositionWidget::applyWidthHeight()
488488
return;
489489

490490
mComposition->setPaperSize( width, height );
491+
mComposition->refreshItems();
491492
}
492493

493494
void QgsCompositionWidget::on_mPaperWidthDoubleSpinBox_editingFinished()

0 commit comments

Comments
 (0)