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 startup when attaching to a WPF application #2667

Merged
merged 1 commit into from
Jun 26, 2024

Conversation

cwensley
Copy link
Member

When attaching to an existing WPF application the System.Windows.Application.Startup event is not called, so we now assume it has already started and set everything up directly.

This fixes issues showing new windows as they were being added to a delayed list of windows to show and would never be shown.

@cwensley cwensley added this to the 2.8.4 milestone Jun 26, 2024
@cwensley cwensley merged commit 5bb635a into picoe:develop Jun 26, 2024
3 checks passed
@cwensley cwensley deleted the curtis/wpf-fix-startup-on-attach branch June 26, 2024 19:19
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.

1 participant