Skip to content

Commit dae0bf8

Browse files
committed
Fix with_variable expression isStatic
1 parent ad31087 commit dae0bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/expression/qgsexpressionfunction.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4314,7 +4314,7 @@ bool QgsWithVariableExpressionFunction::isStatic( const QgsExpressionNodeFunctio
43144314
popTemporaryVariable( context );
43154315
}
43164316

4317-
return false;
4317+
return isStatic;
43184318
}
43194319

43204320
QVariant QgsWithVariableExpressionFunction::run( QgsExpressionNode::NodeList *args, const QgsExpressionContext *context, QgsExpression *parent )

0 commit comments

Comments
 (0)