Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong background of NSButton #171

Open
VoidFaceless opened this issue Jun 18, 2014 · 2 comments
Open

Wrong background of NSButton #171

VoidFaceless opened this issue Jun 18, 2014 · 2 comments

Comments

@VoidFaceless
Copy link

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
Copy link
Owner

Could you post a screenshot?

@TomLiu
Copy link

TomLiu commented Jul 27, 2014

I think this will help you fix the white background problem

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants