Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[layouts] Refresh layout automatically on page size/orientation change
Fixes #21624
  • Loading branch information
nyalldawson committed Mar 21, 2019
1 parent 1dc447e commit db75122
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/layout/qgslayoutpagepropertieswidget.cpp
Expand Up @@ -167,6 +167,7 @@ void QgsLayoutPagePropertiesWidget::updatePageSize()
mPage->layout()->pageCollection()->endPageSizeChange();
mPage->layout()->undoStack()->endMacro();

refreshLayout();
emit pageOrientationChanged();
}

Expand Down

0 comments on commit db75122

Please sign in to comment.