Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[composer] Refresh data defined properties after page size changes
Fix #16390

(cherry-picked from 599db1)
  • Loading branch information
nyalldawson committed Jun 2, 2017
1 parent 1318518 commit fb7c2cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/composer/qgscompositionwidget.cpp
Expand Up @@ -488,6 +488,7 @@ void QgsCompositionWidget::applyWidthHeight()
return;

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

void QgsCompositionWidget::on_mPaperWidthDoubleSpinBox_editingFinished()
Expand Down

0 comments on commit fb7c2cc

Please sign in to comment.