BigZaphod/Chameleon

Prevents displaying NSTouchBar button's bezelColor.

demodit opened this issue · 0 comments

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.