mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-13 08:26:15 +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.setText(value.getDisplayName());
|
||||||
label.setEnabled(list.isEnabled());
|
label.setEnabled(list.isEnabled());
|
||||||
label.setOpaque(list.isOpaque());
|
label.setOpaque(list.isOpaque());
|
||||||
|
label.setBackground(list.getBackground());
|
||||||
if (value.hasIcon()) {
|
if (value.hasIcon()) {
|
||||||
label.setIcon(value.getIcon());
|
label.setIcon(value.getIcon());
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user