Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix handling of expression contexts with feature requests
  • Loading branch information
nyalldawson committed Aug 22, 2015
1 parent cc6feae commit 0ed1644
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/qgsfeaturerequest.cpp
Expand Up @@ -76,6 +76,7 @@ QgsFeatureRequest& QgsFeatureRequest::operator=( const QgsFeatureRequest & rh )
{
mFilterExpression = 0;
}
mExpressionContext = rh.mExpressionContext;
mAttrs = rh.mAttrs;
mSimplifyMethod = rh.mSimplifyMethod;
return *this;
Expand Down

0 comments on commit 0ed1644

Please sign in to comment.