Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Followup c2699b4, fix missing field names in expression builder
  • Loading branch information
nyalldawson committed May 8, 2017
1 parent 1358822 commit 9a19a5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/qgsexpressionbuilderwidget.cpp
Expand Up @@ -517,6 +517,8 @@ void QgsExpressionBuilderWidget::setExpressionContext( const QgsExpressionContex
{
mExpressionContext = context;
updateFunctionTree();
loadFieldNames();
loadRecent( mRecentKey );
}

void QgsExpressionBuilderWidget::on_txtExpressionString_textChanged()
Expand Down

0 comments on commit 9a19a5f

Please sign in to comment.