We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92f1fbe commit 2e9d17cCopy full SHA for 2e9d17c
src/app/composer/qgscomposer.cpp
@@ -1053,7 +1053,7 @@ void QgsComposer::updateAtlasPageComboBox( int pageCount )
1053
1054
mAtlasPageComboBox->blockSignals( true );
1055
mAtlasPageComboBox->clear();
1056
- for ( int i = 1; i <= pageCount && i < 500; ++i )
+ for ( int i = 1; i <= pageCount && i < 100000; ++i )
1057
{
1058
QString name = mComposition->atlasComposition().nameForPage( i - 1 );
1059
QString fullName = ( !name.isEmpty() ? QString( "%1: %2" ).arg( i ).arg( name ) : QString::number( i ) );
0 commit comments