Skip to content

Commit

Permalink
'#2163 corrects similar image filterer restoration.
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdalla committed Jun 4, 2024
1 parent 5fa2d11 commit c606d3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions iped-app/src/main/java/iped/app/ui/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -1774,6 +1774,8 @@ public void restoreDefinedFilters(List<IFilter> filtersToRestore) {
for (IFilter filter : filtersToRestore) {
if (filter instanceof SimilarImageFilter) {
imageFilter = (SimilarImageFilter) filter;
SimilarImageFilter simFilter = (SimilarImageFilter) filter;
setItem(simFilter.getItemRefId(), simFilter.getItemRef());
break;
}
}
Expand Down

0 comments on commit c606d3e

Please sign in to comment.