Skip to content

Commit

Permalink
[attrtable] Update title when filter column query changes
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed May 13, 2013
1 parent 4d3b184 commit b5c540f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgsattributetabledialog.cpp
Expand Up @@ -558,6 +558,7 @@ void QgsAttributeTableDialog::filterQueryChanged( const QString& query )
}

setFilterExpression( str );
updateTitle();
}

void QgsAttributeTableDialog::filterQueryAccepted()
Expand Down

0 comments on commit b5c540f

Please sign in to comment.