mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 18:17:43 +00:00
6305 re-enable page size combo box when no results
This commit is contained in:
parent
16ef4b3b3e
commit
d8fe3109a9
@ -325,6 +325,10 @@ final class ResultsPanel extends javax.swing.JPanel {
|
|||||||
if (groupSize != 0) {
|
if (groupSize != 0) {
|
||||||
pageWorker = new PageWorker(searchFilters, groupingAttribute, groupSort, fileSortMethod, selectedGroupKey, startingEntry, pageSize, resultType, centralRepo);
|
pageWorker = new PageWorker(searchFilters, groupingAttribute, groupSort, fileSortMethod, selectedGroupKey, startingEntry, pageSize, resultType, centralRepo);
|
||||||
pageWorker.execute();
|
pageWorker.execute();
|
||||||
|
} else {
|
||||||
|
SwingUtilities.invokeLater(() -> {
|
||||||
|
pageSizeComboBox.setEnabled(true);
|
||||||
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user