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.
2 parents 9887508 + cff4d70 commit dbd5a86Copy full SHA for dbd5a86
src/app/layout/qgslayoutdesignerdialog.cpp
@@ -3911,7 +3911,7 @@ void QgsLayoutDesignerDialog::updateAtlasPageComboBox( int pageCount )
3911
QgsLayoutAtlas *atlas = printLayout->atlas();
3912
mAtlasPageComboBox->blockSignals( true );
3913
mAtlasPageComboBox->clear();
3914
- for ( int i = 1; i <= pageCount && i < 500; ++i )
+ for ( int i = 1; i <= pageCount && i < 100000; ++i )
3915
{
3916
QString name = atlas->nameForPage( i - 1 );
3917
QString fullName = ( !name.isEmpty() ? QStringLiteral( "%1: %2" ).arg( i ).arg( name ) : QString::number( i ) );
0 commit comments