Skip to content

Commit 599db1b

Browse files
committedMay 24, 2017
[composer] Refresh data defined properties after page size changes
Fix #16390
1 parent 90bef91 commit 599db1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/app/composer/qgscompositionwidget.cpp

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

448448
mComposition->setPaperSize( width, height );
449+
mComposition->refreshItems();
449450
}
450451

451452
void QgsCompositionWidget::on_mPaperWidthDoubleSpinBox_editingFinished()

0 commit comments

Comments
 (0)
Please sign in to comment.