diff --git a/Core/src/org/sleuthkit/autopsy/report/infrastructure/ReportWizardFileOptionsVisualPanel.java b/Core/src/org/sleuthkit/autopsy/report/infrastructure/ReportWizardFileOptionsVisualPanel.java index 4efc674473..d2db3a75c9 100644 --- a/Core/src/org/sleuthkit/autopsy/report/infrastructure/ReportWizardFileOptionsVisualPanel.java +++ b/Core/src/org/sleuthkit/autopsy/report/infrastructure/ReportWizardFileOptionsVisualPanel.java @@ -80,8 +80,10 @@ class ReportWizardFileOptionsVisualPanel extends javax.swing.JPanel { optionsList.setCellRenderer(new OptionsListRenderer()); optionsList.setVisibleRowCount(-1); - selectAllButton.setEnabled(true); - deselectAllButton.setEnabled(false); + selectAllButton.setEnabled(false); + deselectAllButton.setEnabled(true); + + wizPanel.setFinish(true); // Add the ability to enable and disable Tag checkboxes to the list optionsList.addMouseListener(new MouseAdapter() {