mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 18:17:43 +00:00
Merge pull request #2798 from millmanorama/patch-2
fix bug I introduced in my cleanup
This commit is contained in:
commit
321c13509d
@ -463,7 +463,7 @@ public class DataResultViewerTable extends AbstractDataResultViewer {
|
||||
if (noPreviousSettings) {
|
||||
ArrayList<Integer> keys = new ArrayList<>(propertiesMap.keySet());
|
||||
for (int key : keys) {
|
||||
propertiesMap.put(key - offset, propertiesMap.remove(key));
|
||||
propertiesMap.put(key - props.size(), propertiesMap.remove(key));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user