diff --git a/src/app/qgsattributetabledialog.cpp b/src/app/qgsattributetabledialog.cpp index d49a680a4543..e4d1699b9852 100644 --- a/src/app/qgsattributetabledialog.cpp +++ b/src/app/qgsattributetabledialog.cpp @@ -558,6 +558,7 @@ void QgsAttributeTableDialog::filterQueryChanged( const QString& query ) } setFilterExpression( str ); + updateTitle(); } void QgsAttributeTableDialog::filterQueryAccepted()