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

Wpf: Fix crash when setting the Title or Icon of a borderless window. #2358

Conversation

cwensley
Copy link
Member

This only happens when setting the WS_POPUP window style manually. We need to remove the style when changing the title as it has an arithmetic overflow deep in WPF code since it uses an int for the style vs a uint.

@cwensley cwensley added the bug label Nov 29, 2022
@cwensley cwensley added this to the 2.7.3 milestone Nov 29, 2022
@cwensley cwensley merged commit 4f012a3 into picoe:develop Nov 30, 2022
@cwensley cwensley deleted the curtis/wpf-fix-crashing-when-setting-title-on-popup-windows branch November 30, 2022 00:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant