mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 09:17:42 +00:00
Bug fix
This commit is contained in:
parent
5f3c373ace
commit
ba4e832695
@ -80,8 +80,10 @@ class ReportWizardFileOptionsVisualPanel extends javax.swing.JPanel {
|
|||||||
optionsList.setCellRenderer(new OptionsListRenderer());
|
optionsList.setCellRenderer(new OptionsListRenderer());
|
||||||
optionsList.setVisibleRowCount(-1);
|
optionsList.setVisibleRowCount(-1);
|
||||||
|
|
||||||
selectAllButton.setEnabled(true);
|
selectAllButton.setEnabled(false);
|
||||||
deselectAllButton.setEnabled(false);
|
deselectAllButton.setEnabled(true);
|
||||||
|
|
||||||
|
wizPanel.setFinish(true);
|
||||||
|
|
||||||
// Add the ability to enable and disable Tag checkboxes to the list
|
// Add the ability to enable and disable Tag checkboxes to the list
|
||||||
optionsList.addMouseListener(new MouseAdapter() {
|
optionsList.addMouseListener(new MouseAdapter() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user