You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The NSButtons will only be property styled if all the KBButtons are switched back to NSButtons:
The text was updated successfully, but these errors were encountered:
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:

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

The text was updated successfully, but these errors were encountered: