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

Frameless windows are not resizable on macOS #163

Open
filleduchaos opened this issue Mar 31, 2022 · 0 comments
Open

Frameless windows are not resizable on macOS #163

filleduchaos opened this issue Mar 31, 2022 · 0 comments

Comments

@filleduchaos
Copy link

I noticed that the WindowStyle#canResize option has no effect when the frame option is WindowFrame.noFrame on macOS. Digging a little deeper I discovered these lines which skip applying the resizeable mask to frameless windows.

Is there a reason why this is the case? In my experience with macOS dev, there is nothing that stops a borderless window from being resizeable. Besides, I think it's a fairly reasonable developer expectation that if a window is styled as resizeable then it should actually be resizeable.

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

1 participant