Skip to content

Commit 2e9d17c

Browse files
pblottierenyalldawson
authored andcommitted
Increases number of pages
1 parent 92f1fbe commit 2e9d17c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/composer/qgscomposer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1053,7 +1053,7 @@ void QgsComposer::updateAtlasPageComboBox( int pageCount )
10531053

10541054
mAtlasPageComboBox->blockSignals( true );
10551055
mAtlasPageComboBox->clear();
1056-
for ( int i = 1; i <= pageCount && i < 500; ++i )
1056+
for ( int i = 1; i <= pageCount && i < 100000; ++i )
10571057
{
10581058
QString name = mComposition->atlasComposition().nameForPage( i - 1 );
10591059
QString fullName = ( !name.isEmpty() ? QString( "%1: %2" ).arg( i ).arg( name ) : QString::number( i ) );

0 commit comments

Comments
 (0)