I've just spend an hour trying to hide the delete hint button because I don't want users to leave a hotkey empty. They're pre-filled and users have the option to override them.
I managed to delete the button by overriding the getShortcutRect method and setting showsDeleteButton to No like below, but it would be nice to have an option to hide this without overriding the code.
I've just spend an hour trying to hide the delete hint button because I don't want users to leave a hotkey empty. They're pre-filled and users have the option to override them.
I managed to delete the button by overriding the
getShortcutRect method and setting showsDeleteButton to No
like below, but it would be nice to have an option to hide this without overriding the code.