Skip to content

Commit

Permalink
'#2163 forces updateFileListing at the end of setSelectedIndices method.
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdalla committed Jun 4, 2024
1 parent e8b19e3 commit 039a51f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iped-app/src/main/java/iped/app/ui/MetadataPanel.java
Original file line number Diff line number Diff line change
Expand Up @@ -809,5 +809,6 @@ private void setSelectedIndices(int[] is) {
for (ListSelectionListener sl : temp) {
list.addListSelectionListener(sl);
}
App.get().appletListener.updateFileListing();
}
}

0 comments on commit 039a51f

Please sign in to comment.