mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Make sure margin spin box is always enabled when applicable
This commit is contained in:
parent
ea493273fc
commit
f0e6b7564e
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user