mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-13 16:36:15 +00:00
Merge branch '6773-WebHistoryDiscoveryDetailsViewer' of https://github.com/wschaeferB/autopsy into 6774-DownloadsDiscoveryDetailsViewer
This commit is contained in:
commit
6b5443cc34
@ -86,7 +86,7 @@ class ArtifactsListPanel extends JPanel {
|
||||
if (selectedIndex < jTable1.getSelectionModel().getMinSelectionIndex() || jTable1.getSelectionModel().getMaxSelectionIndex() < 0 || selectedIndex > jTable1.getSelectionModel().getMaxSelectionIndex()) {
|
||||
return null;
|
||||
}
|
||||
return tableModel.getArtifactByRow(jTable1.convertRowIndexToView(selectedIndex));
|
||||
return tableModel.getArtifactByRow(jTable1.convertRowIndexToModel(selectedIndex));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user