mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
6163 Proper checkbox background color
This commit is contained in:
parent
fdd23b8a92
commit
c5668891ab
@ -130,6 +130,7 @@ final class CheckBoxJList<T extends CheckBoxJList.CheckboxListItem> extends JLis
|
||||
setBackground(list.getBackground());
|
||||
|
||||
checkbox.setSelected(value.isChecked());
|
||||
checkbox.setBackground(list.getBackground());
|
||||
label.setText(value.getDisplayName());
|
||||
if (value.hasIcon()) {
|
||||
label.setIcon(value.getIcon());
|
||||
|
Loading…
x
Reference in New Issue
Block a user