Skip to content

Commit b5c540f

Browse files
committedMay 13, 2013
[attrtable] Update title when filter column query changes
1 parent 4d3b184 commit b5c540f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/app/qgsattributetabledialog.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,7 @@ void QgsAttributeTableDialog::filterQueryChanged( const QString& query )
558558
}
559559

560560
setFilterExpression( str );
561+
updateTitle();
561562
}
562563

563564
void QgsAttributeTableDialog::filterQueryAccepted()

0 commit comments

Comments
 (0)
Please sign in to comment.