I have a NSButton inside a NSToolbarItem as a member of a NSToolbar in my mac application. Something like these:
These two checkmarks are ON but they don't appear.
If I click on any of these, they toggle (the code runs) but the checkmarks never appear.
These were working on previous versions of macOS but not anymore on mojave. Anyway I am compiling this code to 10.12.
This is the storyboard structure:
Any ideas?
Embed your checkmark button in a NSView and it will work.