Skip to content

Commit

Permalink
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
1 parent 992b1f2 commit 239ed12
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 239ed12

Please sign in to comment.