Skip to content

Commit

Permalink
'#2163 updates internal control field 'selection' on
Browse files Browse the repository at this point in the history
restoreDefinedFilters.
  • Loading branch information
patrickdalla committed Jun 4, 2024
1 parent 77d3e11 commit 2686d8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iped-app/src/main/java/iped/app/ui/TreeListener.java
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ public void restoreDefinedFilters(List<IFilter> filtersToRestore) {
Node node = (Node) tp.getLastPathComponent();
if (checkSelection(node, pathFilter)) {
App.get().tree.addSelectionPath(tp);
selection.add(tp);
}

}
Expand Down

0 comments on commit 2686d8a

Please sign in to comment.