Skip to content

Commit

Permalink
Fix QgsFieldComboWidget not updating fields when calling setFilter()
Browse files Browse the repository at this point in the history
(cherry-picked from a389d23)
  • Loading branch information
nyalldawson committed May 16, 2016
1 parent dc755ed commit ad0b8f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/qgsfieldproxymodel.cpp
Expand Up @@ -28,6 +28,7 @@ QgsFieldProxyModel::QgsFieldProxyModel( QObject *parent )
QgsFieldProxyModel *QgsFieldProxyModel::setFilters( const Filters& filters )
{
mFilters = filters;
invalidateFilter();
return this;
}

Expand Down

0 comments on commit ad0b8f9

Please sign in to comment.