Skip to content

Commit

Permalink
[composer] Refresh data defined properties after page size changes
Browse files Browse the repository at this point in the history
Fix #16390
  • Loading branch information
nyalldawson committed May 24, 2017
1 parent 90bef91 commit 599db1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/composer/qgscompositionwidget.cpp
Expand Up @@ -446,6 +446,7 @@ void QgsCompositionWidget::applyWidthHeight()
return;

mComposition->setPaperSize( width, height );
mComposition->refreshItems();
}

void QgsCompositionWidget::on_mPaperWidthDoubleSpinBox_editingFinished()
Expand Down

0 comments on commit 599db1b

Please sign in to comment.