We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30f1153 commit 26aa007Copy full SHA for 26aa007
src/core/symbology-ng/qgsrulebasedrendererv2.cpp
@@ -136,7 +136,7 @@ QgsSymbolV2* QgsRuleBasedRendererV2::symbolForFeature( QgsFeature& feature )
136
{
137
Rule* rule = *it;
138
139
- if ( rule->isFilterOK( mCurrentFields, feature ) )
+ if ( rule->isFilterOK( feature ) )
140
141
return rule->symbol(); //works with levels but takes only first rule
142
}
0 commit comments