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

Fixed a non-resizable window issue[#428] #429

Merged
merged 1 commit into from
Oct 27, 2024

Conversation

zhkkjun
Copy link
Contributor

@zhkkjun zhkkjun commented Oct 27, 2024

Non-resizable window appears with white borders when they are created and moved. I found that the reason is that the code does not notify the system when the border style of the window's frame is changed.

issue #428

Non-resizable window appears with white borders when they are created and moved.
I found that the reason is that the code does not notify the system when the border style of the window's frame is changed.
@djowel djowel changed the base branch from master to skia_2024 October 27, 2024 06:33
@djowel djowel changed the base branch from skia_2024 to master October 27, 2024 06:33
@djowel djowel merged commit d1ae47b into cycfi:master Oct 27, 2024
3 checks passed
djowel pushed a commit that referenced this pull request Oct 27, 2024
Non-resizable window appears with white borders when they are created and moved.
I found that the reason is that the code does not notify the system when the border style of the window's frame is changed.
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

Successfully merging this pull request may close these issues.

2 participants