Skip to content

Commit

Permalink
Fix #10366 (geometry functions not working in rule test)
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed May 27, 2014
1 parent 20015e7 commit b49ce33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/symbology-ng/qgsrulebasedrendererv2widget.cpp
Expand Up @@ -638,7 +638,7 @@ void QgsRendererRulePropsDialog::testFilter()

QApplication::setOverrideCursor( Qt::WaitCursor );

QgsFeatureIterator fit = mLayer->getFeatures( QgsFeatureRequest().setFlags( QgsFeatureRequest::NoGeometry ) );
QgsFeatureIterator fit = mLayer->getFeatures();

int count = 0;
QgsFeature f;
Expand Down

0 comments on commit b49ce33

Please sign in to comment.