Skip to content

Commit d3c2bf0

Browse files
committedAug 7, 2017
Fix locked widgets when switching to custom page size
1 parent e453116 commit d3c2bf0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/app/layout/qgslayoutaddpagesdialog.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,4 +153,6 @@ void QgsLayoutAddPagesDialog::setToCustomSize()
153153
return;
154154
whileBlocking( mPageSizeComboBox )->setCurrentIndex( mPageSizeComboBox->count() - 1 );
155155
mPageOrientationComboBox->setEnabled( false );
156+
mLockAspectRatio->setEnabled( true );
157+
mSizeUnitsComboBox->setEnabled( true );
156158
}

0 commit comments

Comments
 (0)
Please sign in to comment.