Skip to content

Commit b49ce33

Browse files
committed
Fix #10366 (geometry functions not working in rule test)
1 parent 20015e7 commit b49ce33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/symbology-ng/qgsrulebasedrendererv2widget.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ void QgsRendererRulePropsDialog::testFilter()
638638

639639
QApplication::setOverrideCursor( Qt::WaitCursor );
640640

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

643643
int count = 0;
644644
QgsFeature f;

0 commit comments

Comments
 (0)