Skip to content

Commit 23782b7

Browse files
committed
Fix add class for graduated renderer. Fix #7726
1 parent 1dc75dd commit 23782b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/symbology-ng/qgsgraduatedsymbolrendererv2widget.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ void QgsGraduatedSymbolRendererV2Widget::changeRange( int rangeIdx )
651651

652652
void QgsGraduatedSymbolRendererV2Widget::addClass()
653653
{
654-
mRenderer->addClass( mGraduatedSymbol );
654+
mModel->addClass( mGraduatedSymbol );
655655
}
656656

657657
void QgsGraduatedSymbolRendererV2Widget::deleteClasses()

0 commit comments

Comments
 (0)