mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-18 00:03:05 -04:00
Revert "indentation update"
This reverts commit 7dd58aa8f62022e710e03af78cfd7d7ce08e83f5.
This commit is contained in:
parent
4b263d6b06
commit
af0782d7d5
@ -698,8 +698,7 @@ void QgsComposer::on_mActionExportAsPDF_triggered()
|
||||
}
|
||||
|
||||
featureI++;
|
||||
}
|
||||
while ( hasAnAtlas && featureI < atlasRender.numFeatures() );
|
||||
} while ( hasAnAtlas && featureI < atlasRender.numFeatures() );
|
||||
|
||||
if ( hasAnAtlas )
|
||||
{
|
||||
@ -1154,8 +1153,7 @@ void QgsComposer::on_mActionExportAsSVG_triggered()
|
||||
p.end();
|
||||
}
|
||||
featureI++;
|
||||
}
|
||||
while ( hasAnAtlas && featureI < atlasRender.numFeatures() );
|
||||
} while ( hasAnAtlas && featureI < atlasRender.numFeatures() );
|
||||
|
||||
if ( hasAnAtlas )
|
||||
atlasRender.end();
|
||||
|
@ -151,7 +151,7 @@ void TestQgsComposerMapAtlas::filename()
|
||||
void TestQgsComposerMapAtlas::autoscale_render()
|
||||
{
|
||||
mAtlasMap->setAtlasFixedScale( false );
|
||||
mAtlasMap->setAtlasMargin( 0.10f );
|
||||
mAtlasMap->setAtlasMargin( 0.10 );
|
||||
|
||||
QgsAtlasRendering atlasRender( mComposition );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user