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

Toggling to bordeless and back on mac has no resize buttons #694

Closed
richardeakin opened this issue Feb 3, 2015 · 1 comment
Closed

Toggling to bordeless and back on mac has no resize buttons #694

richardeakin opened this issue Feb 3, 2015 · 1 comment

Comments

@richardeakin
Copy link
Collaborator

First reported on forum here, repro'd with this gist. Hit b twice and you have no resize buttons.

@axjxwright
Copy link
Contributor

If a window title is set, it also disappears when returning from borderless mode. I'm able to get the buttons to return by manually resizing the window, or programmatically by calling [mWin setFrame] to a different size and then back again. Unfortunately this results in an ugly pop, so it's not a good solution. mWin also appears to deallocate its title string upon entering borderless mode, so you can't just call [self setTitle:[self getTitle]] to get it to come back, either. Long story short, boo at yosemite.

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

No branches or pull requests

2 participants