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 edb63e1 commit a2acbdbCopy full SHA for a2acbdb
src/app/layout/qgslayoutdesignerdialog.cpp
@@ -3918,7 +3918,7 @@ void QgsLayoutDesignerDialog::updateAtlasPageComboBox( int pageCount )
3918
QgsLayoutAtlas *atlas = printLayout->atlas();
3919
mAtlasPageComboBox->blockSignals( true );
3920
mAtlasPageComboBox->clear();
3921
- for ( int i = 1; i <= pageCount && i < 500; ++i )
+ for ( int i = 1; i <= pageCount && i < 100000; ++i )
3922
{
3923
QString name = atlas->nameForPage( i - 1 );
3924
QString fullName = ( !name.isEmpty() ? QStringLiteral( "%1: %2" ).arg( i ).arg( name ) : QString::number( i ) );
0 commit comments