We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 1b18c58 commit bfb5aafCopy full SHA for bfb5aaf
src/app/composer/qgsatlascompositionwidget.cpp
@@ -312,7 +312,7 @@ void QgsAtlasCompositionWidget::updateGuiElements()
312
313
mAtlasSingleFileCheckBox->setCheckState( atlasMap->singleFile() ? Qt::Checked : Qt::Unchecked );
314
mAtlasFilenamePatternEdit->setEnabled( !atlasMap->singleFile() );
315
- mAtlasFilenameExpressionButton->setEnabled( atlasMap->singleFile() );
+ mAtlasFilenameExpressionButton->setEnabled( !atlasMap->singleFile() );
316
317
mAtlasSortFeatureCheckBox->setCheckState( atlasMap->sortFeatures() ? Qt::Checked : Qt::Unchecked );
318
mAtlasSortFeatureDirectionButton->setEnabled( atlasMap->sortFeatures() );
0 commit comments