Skip to content

Commit

Permalink
'#2163 repositions update file listing outside setSelectedIndices, right
Browse files Browse the repository at this point in the history
after its call.
  • Loading branch information
patrickdalla committed Jun 4, 2024
1 parent 039a51f commit 5a6309c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iped-app/src/main/java/iped/app/ui/MetadataPanel.java
Original file line number Diff line number Diff line change
Expand Up @@ -763,6 +763,7 @@ public void run() {
}
}
setSelectedIndices(is);
App.get().appletListener.updateFileListing();
}
});
}
Expand Down Expand Up @@ -809,6 +810,5 @@ private void setSelectedIndices(int[] is) {
for (ListSelectionListener sl : temp) {
list.addListSelectionListener(sl);
}
App.get().appletListener.updateFileListing();
}
}

0 comments on commit 5a6309c

Please sign in to comment.