mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 01:07:42 +00:00
6305 fix past occurrences filter
This commit is contained in:
parent
3cd00d62a8
commit
2cbbdce44a
@ -25,6 +25,7 @@ public class PastOccurrencesFilterPanel extends AbstractDiscoveryFiltersPanel {
|
|||||||
*/
|
*/
|
||||||
public PastOccurrencesFilterPanel() {
|
public PastOccurrencesFilterPanel() {
|
||||||
initComponents();
|
initComponents();
|
||||||
|
setUpFrequencyFilter();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -66,7 +67,6 @@ public class PastOccurrencesFilterPanel extends AbstractDiscoveryFiltersPanel {
|
|||||||
|
|
||||||
private void pastOccurrencesCheckboxActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_pastOccurrencesCheckboxActionPerformed
|
private void pastOccurrencesCheckboxActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_pastOccurrencesCheckboxActionPerformed
|
||||||
crFrequencyList.setEnabled(pastOccurrencesCheckbox.isSelected());
|
crFrequencyList.setEnabled(pastOccurrencesCheckbox.isSelected());
|
||||||
setUpFrequencyFilter();
|
|
||||||
}//GEN-LAST:event_pastOccurrencesCheckboxActionPerformed
|
}//GEN-LAST:event_pastOccurrencesCheckboxActionPerformed
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user