Skip to content

Commit ced5ae4

Browse files
committedSep 10, 2014
update
1 parent 9931dde commit ced5ae4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/core/symbology-ng/qgsrulebasedrendererv2.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1125,7 +1125,6 @@ QgsRuleBasedRendererV2* QgsRuleBasedRendererV2::convertFromRenderer( const QgsFe
11251125
{
11261126
range = graduatedRenderer->ranges().value( i );
11271127
QgsRuleBasedRendererV2::Rule* rule = new QgsRuleBasedRendererV2::Rule( NULL );
1128-
rule->setSymbol( range.symbol() );
11291128
rule->setLabel( range.label() );
11301129
if ( i == 0 )//The lower boundary of the first range is included, while it is excluded for the others
11311130
{

0 commit comments

Comments
 (0)
Please sign in to comment.