Skip to content

Commit

Permalink
Merge pull request #37625 from qgis/fix-build-setMaximumSymbolSize
Browse files Browse the repository at this point in the history
fix test after change to setMaximumSymbolSize
  • Loading branch information
elpaso committed Jul 6, 2020
2 parents 992b1f2 + 239ed12 commit a0c3f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/core/testqgslegendrenderer.cpp
Expand Up @@ -509,7 +509,7 @@ void TestQgsLegendRenderer::testBigMarkerMaxSize()

QgsLayerTreeModel legendModel( mRoot );
QgsLegendSettings settings;
settings.setMaxSymbolSize( 5 ); //restrict maximum size to 5 mm
settings.setMaximumSymbolSize( 5 ); //restrict maximum size to 5 mm
_setStandardTestFont( settings, QStringLiteral( "Bold" ) );
_renderLegend( testName, &legendModel, settings );
QVERIFY( _verifyImage( testName, mReport ) );
Expand Down

0 comments on commit a0c3f6f

Please sign in to comment.