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

no-frame: true disables window resizing on Windows #5023

Open
LucFauvel opened this issue Apr 7, 2024 · 1 comment · May be fixed by #5026
Open

no-frame: true disables window resizing on Windows #5023

LucFauvel opened this issue Apr 7, 2024 · 1 comment · May be fixed by #5026
Labels
a:backend-winit Winit backend (mS,mO)

Comments

@LucFauvel
Copy link

As title says, on Windows when a window is set to no-frame: true, its no longer possible to resize it natively. This was an issue in winit before 0.29.2, looking at the project the dependency is set to 0.29.4 so I find it odd its not working.

I'll fork and try to find a solution, opening this for posterity.

@LucFauvel
Copy link
Author

LucFauvel commented Apr 7, 2024

Alright I investigated further and it wasn't fully patched in Winit, Winit just provides bindings for custom resize actions. If we want this to be possible with Slint we need to implement resizing ourselves in the Winit backend. I'm currently trying to get this working without too many changes.

@hunger hunger added the a:backend-winit Winit backend (mS,mO) label May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a:backend-winit Winit backend (mS,mO)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants