Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug in filter function when havin multiple filters
Since commit 7073230 there has been a bug in the SqliteTableModel::setQuery method which rendered the filters useless when using them on multiple columns: Because this method is called whenever a filter value is changed and because it deleted the internal representation of the filters all filters except the one last modified were deleted but still shown in the UI.
- Loading branch information