After ay.startloading() and then ay.stopLoading() on an NSButton with a style of either Push or TexturedRounded, the title value is no longer visible after the animations complete, leaving a blank button.
I tried some debugging of this but couldn't find what was going on. In these buttons the title is stored in an NSCell, which doesn't appear to be stored as a subview, which might be what's causing the issue.
After
ay.startloading()and thenay.stopLoading()on anNSButtonwith a style of eitherPushorTexturedRounded, the title value is no longer visible after the animations complete, leaving a blank button.I tried some debugging of this but couldn't find what was going on. In these buttons the title is stored in an NSCell, which doesn't appear to be stored as a subview, which might be what's causing the issue.