mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-13 00:16:16 +00:00
Fixed background of geolocation filter checkboxes
This commit is contained in:
parent
bd5ded3731
commit
0275841efa
@ -140,6 +140,7 @@ public final class CheckBoxJList<T extends CheckBoxJList.CheckboxListItem> exten
|
||||
label.setText(value.getDisplayName());
|
||||
label.setEnabled(list.isEnabled());
|
||||
label.setOpaque(list.isOpaque());
|
||||
label.setBackground(list.getBackground());
|
||||
if (value.hasIcon()) {
|
||||
label.setIcon(value.getIcon());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user