Skip to content

Commit

Permalink
Followup 2185d42, fix missing field names in expression builder
Browse files Browse the repository at this point in the history
(fixes #16589, #16595)

cherry-picked from 9a19a5f
  • Loading branch information
nyalldawson authored and slarosa committed May 22, 2017
1 parent b5cd5ee commit 20dde72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/qgsexpressionbuilderwidget.cpp
Expand Up @@ -515,6 +515,8 @@ void QgsExpressionBuilderWidget::setExpressionContext( const QgsExpressionContex
mExpressionContext = context;

updateFunctionTree();
loadFieldNames();
loadRecent( mRecentKey );
}

void QgsExpressionBuilderWidget::on_txtExpressionString_textChanged()
Expand Down

0 comments on commit 20dde72

Please sign in to comment.