Skip to content

Commit 9a19a5f

Browse files
committedMay 8, 2017
Followup c2699b4, fix missing field names in expression builder
1 parent 1358822 commit 9a19a5f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/gui/qgsexpressionbuilderwidget.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,8 @@ void QgsExpressionBuilderWidget::setExpressionContext( const QgsExpressionContex
517517
{
518518
mExpressionContext = context;
519519
updateFunctionTree();
520+
loadFieldNames();
521+
loadRecent( mRecentKey );
520522
}
521523

522524
void QgsExpressionBuilderWidget::on_txtExpressionString_textChanged()

0 commit comments

Comments
 (0)
Please sign in to comment.