Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix QgsFieldComboWidget not updating fields when calling setFilter()
  • Loading branch information
nyalldawson committed May 11, 2016
1 parent 54e6eb3 commit a389d23
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 a389d23

Please sign in to comment.