Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 19, 2020
1 parent 2d15a4c commit b06ede3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/core/testqgsmapsettingsutils.cpp
Expand Up @@ -93,7 +93,7 @@ void TestQgsMapSettingsUtils::containsAdvancedEffects()
QCOMPARE( QgsMapSettingsUtils::containsAdvancedEffects( mapSettings ).size(), 0 );
QCOMPARE( QgsMapSettingsUtils::containsAdvancedEffects( mapSettings, QgsMapSettingsUtils::EffectsCheckFlag::IgnoreGeoPdfSupportedEffects ).size(), 0 );

// changing an individual layer's opacity is OK -- we don't want to force the whole map to be rasterised just because of this setting!
// changing an individual layer's opacity is OK -- we don't want to force the whole map to be rasterized just because of this setting!
// (just let that one layer get exported as raster instead)
layer->setOpacity( 0.5 );
QCOMPARE( QgsMapSettingsUtils::containsAdvancedEffects( mapSettings ).size(), 0 );
Expand Down

0 comments on commit b06ede3

Please sign in to comment.