Fixed issue on windows with unchecked icons

This commit is contained in:
nathan 2017-01-25 22:29:55 +01:00
parent 430309a3f9
commit 1d9921c22d

View File

@ -53,6 +53,8 @@ class SwingMenuItemCheckbox implements CheckboxPeer {
File uncheckedFile = ImageUtils.getTransparentImage(ImageUtils.ENTRY_SIZE);
uncheckedIcon = new ImageIcon(uncheckedFile.getAbsolutePath());
}
_native.setIcon(uncheckedIcon);
}
@Override