Skip to content

Commit

Permalink
Make sure margin spin box is always enabled when applicable
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Apr 20, 2013
1 parent ea49327 commit f0e6b75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/composer/qgsatlascompositionwidget.cpp
Expand Up @@ -463,6 +463,7 @@ void QgsAtlasCompositionWidget::updateGuiElements()
else
{
mAtlasMarginRadio->setChecked( true );
mAtlasMarginSpinBox->setEnabled( true );
}
mAtlasHideCoverageCheckBox->setCheckState( atlasMap->hideCoverage() ? Qt::Checked : Qt::Unchecked );
mAtlasSingleFileCheckBox->setCheckState( atlasMap->singleFile() ? Qt::Checked : Qt::Unchecked );
Expand Down

0 comments on commit f0e6b75

Please sign in to comment.