KBButton icon indicating copy to clipboard operation
KBButton copied to clipboard

KBButtonCell Overrides Other NSButtonCells Within Same NSView

Open vsmantis opened this issue 10 years ago • 0 comments

I'm experiencing an issue where any standard NSButtons that are within the same view as a KBButton get their cell's class automatically set to KBButtonCell with the default style, which makes it impossible to have regular buttons mixed in with custom buttons.

This issue also occurs in the included demo project: image

The NSButtons will only be property styled if all the KBButtons are switched back to NSButtons: image

vsmantis avatar Apr 03 '14 21:04 vsmantis