You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…ible in macOS
JCheckBox was not shown when running with -Dapple.laf.useScreenMenuBar=true,
so converted JCheckBox to JCheckBoxMenuItem
fixesdeathmarine#140
macos 10.13.5, Java 1.8.0u152
Here's the default command line for the app launcher:
It turns out, apple.laf.useScreenMenuBar=true defeats JCheckBoxes in the menu items.
Is there a reason Luyten uses JCheckBox instead of JCheckBoxMenuItem?
The text was updated successfully, but these errors were encountered: