Skip to content

Commit db75122

Browse files
committed
[layouts] Refresh layout automatically on page size/orientation change
Fixes #21624
1 parent 1dc447e commit db75122

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/layout/qgslayoutpagepropertieswidget.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ void QgsLayoutPagePropertiesWidget::updatePageSize()
167167
mPage->layout()->pageCollection()->endPageSizeChange();
168168
mPage->layout()->undoStack()->endMacro();
169169

170+
refreshLayout();
170171
emit pageOrientationChanged();
171172
}
172173

0 commit comments

Comments
 (0)