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/WinForms: Fix more window active issues. #2135

Merged
merged 2 commits into from Feb 2, 2022

Conversation

cwensley
Copy link
Member

@cwensley cwensley commented Feb 2, 2022

  • Fix closing a form with the 'x' vs. just programmatically.
  • Fix window focus issues with Dialog if the owner does not have focus it'll mess up its z-order when closed.
    Implement HwndFormHandler.Focus() and HasFocus
    Relates to Wpf: Fix issue closing windows during the LostFocus event #2131.. this will get done properly eventually.. I swear..

- Fix closing a form with the 'x' vs. just programmatically.
- Fix window focus issues with Dialog if the owner does not have focus it'll mess up its z-order when closed.
Implement `HwndFormHandler.Focus()` and `HasFocus`
Relates to picoe#2131
@cwensley cwensley added the bug label Feb 2, 2022
@cwensley cwensley added this to the 2.6.2 milestone Feb 2, 2022
@cwensley cwensley changed the title Wpf: Fix more window active issues. Wpf/WinForms: Fix more window active issues. Feb 2, 2022
@cwensley cwensley merged commit a4593db into picoe:develop Feb 2, 2022
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.

None yet

1 participant