indragiek / INAppStoreWindow

NSWindow subclass with a highly customizable title bar and traffic lights
BSD 2-Clause "Simplified" License
1.06k stars 162 forks source link

Wrong background of NSButton #171

Open VoidFaceless opened 10 years ago

VoidFaceless commented 10 years ago

create NSButton in IB, set borderless and image, and image position to image only. In window it looks good. after place it to title bar, When click on it, there is white background, not transparent as in the window. Am I wrong?

indragiek commented 10 years ago

Could you post a screenshot?

TomLiu commented 10 years ago

I think this will help you fix the white background problem

[button setBezelStyle:NSRoundRectBezelStyle];
[button setButtonType:NSMomentaryLightButton];