BigZaphod / Chameleon

Chameleon is a port of Apple's UIKit for iOS (and some minimal related frameworks) to Mac OS X.
http://chameleonproject.org/
BSD 3-Clause "New" or "Revised" License
3.44k stars 569 forks source link

Prevents displaying NSTouchBar button's bezelColor. #104

Open demodit opened 7 years ago

demodit commented 7 years ago

When using this UIKit, buttons in Touch Bar do not have a bezelColor (except standard buttons like ESC). When commenting "_layer = [[[[self class] layerClass] alloc] init];" in UIView, bezelColor works, however (of course) UIViews do not show anymore.