Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update
  • Loading branch information
leyan committed Sep 10, 2014
1 parent 9931dde commit ced5ae4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/symbology-ng/qgsrulebasedrendererv2.cpp
Expand Up @@ -1125,7 +1125,6 @@ QgsRuleBasedRendererV2* QgsRuleBasedRendererV2::convertFromRenderer( const QgsFe
{
range = graduatedRenderer->ranges().value( i );
QgsRuleBasedRendererV2::Rule* rule = new QgsRuleBasedRendererV2::Rule( NULL );
rule->setSymbol( range.symbol() );
rule->setLabel( range.label() );
if ( i == 0 )//The lower boundary of the first range is included, while it is excluded for the others
{
Expand Down

0 comments on commit ced5ae4

Please sign in to comment.