Search code examples
cocoatooltipnsbutton

Tooltip on an NSButton doesn't disappear after clicking on NSButton


See title, If I highlight over a button, I have a tooltip come up that describes the button. However, once I click on that button, the tooltip remains up

Has anybody seen this problem, or know how to fix it?

Thanks in advance


Solution

  • Solved, just created a method that hid all tooltips, and called it whenever a button was pressed