Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix locked widgets when switching to custom page size
  • Loading branch information
nyalldawson committed Aug 7, 2017
1 parent e453116 commit d3c2bf0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/layout/qgslayoutaddpagesdialog.cpp
Expand Up @@ -153,4 +153,6 @@ void QgsLayoutAddPagesDialog::setToCustomSize()
return;
whileBlocking( mPageSizeComboBox )->setCurrentIndex( mPageSizeComboBox->count() - 1 );
mPageOrientationComboBox->setEnabled( false );
mLockAspectRatio->setEnabled( true );
mSizeUnitsComboBox->setEnabled( true );
}

0 comments on commit d3c2bf0

Please sign in to comment.