Skip to content

Commit

Permalink
fix categorized renderer crash (fixes #10096)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jun 1, 2014
1 parent 63c1621 commit dcc9d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/symbology-ng/qgscategorizedsymbolrendererv2.cpp
Expand Up @@ -192,7 +192,7 @@ QgsSymbolV2* QgsCategorizedSymbolRendererV2::symbolForFeature( QgsFeature& featu
}
else
{
value = attrs[mAttrNum];
value = attrs.value(mAttrNum);
}

// find the right symbol for the category
Expand Down

0 comments on commit dcc9d39

Please sign in to comment.