Skip to content

Commit

Permalink
Fix add class for graduated renderer. Fix #7726
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanW2 committed May 29, 2013
1 parent 1dc75dd commit 23782b7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -651,7 +651,7 @@ void QgsGraduatedSymbolRendererV2Widget::changeRange( int rangeIdx )

void QgsGraduatedSymbolRendererV2Widget::addClass()
{
mRenderer->addClass( mGraduatedSymbol );
mModel->addClass( mGraduatedSymbol );
}

void QgsGraduatedSymbolRendererV2Widget::deleteClasses()
Expand Down

0 comments on commit 23782b7

Please sign in to comment.