We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 93b124e commit a4ffbf3Copy full SHA for a4ffbf3
src/app/qgsattributetypedialog.cpp
@@ -248,8 +248,8 @@ void QgsAttributeTypeDialog::defaultExpressionChanged()
248
}
249
250
QgsExpressionContext context;
251
- context << QgsExpressionContextUtils::globalScope()
252
- << QgsExpressionContextUtils::projectScope()
+ context << QgsExpressionContextUtils::globalScope()
+ << QgsExpressionContextUtils::projectScope()
253
<< QgsExpressionContextUtils::layerScope( mLayer );
254
255
if ( !mPreviewFeature.isValid() )
0 commit comments