We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 98dcc0d commit 1acf45fCopy full SHA for 1acf45f
src/core/symbology-ng/qgsgraduatedsymbolrendererv2.cpp
@@ -1116,16 +1116,7 @@ QgsLegendSymbolList QgsGraduatedSymbolRendererV2::legendSymbolItems( double scal
1116
{
1117
if ( rule.isEmpty() || range.label() == rule )
1118
1119
- QgsSymbolV2* symbol;
1120
- if ( !mRotation.data() && !mSizeScale.data() )
1121
- {
1122
- symbol = range.symbol();
1123
- }
1124
- else
1125
1126
- symbol = mTempSymbols[range.symbol()];
1127
1128
- lst << qMakePair( range.label(), symbol );
+ lst << qMakePair( range.label(), range.symbol() );
1129
}
1130
1131
return lst;
0 commit comments