mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 17:06:16 +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.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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user