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

Show secondary window on Winforms #432

Merged
merged 1 commit into from
Mar 25, 2018
Merged

Show secondary window on Winforms #432

merged 1 commit into from
Mar 25, 2018

Conversation

obulat
Copy link
Contributor

@obulat obulat commented Mar 25, 2018

The issue of secondary window not showing up on Windows came up on gitter. Due to the difference in app/ window handling on different platforms, non-main window didn't show up. So, I added a check if the window is main/secondary, and a call to show the native window if it's not main.

PR Checklist:

  • All new features have been tested
  • All new features have been documented
  • I have read the CONTRIBUTING.md file
  • I will abide by the code of conduct

Copy link
Member

@freakboy3742 freakboy3742 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@freakboy3742 freakboy3742 merged commit 0385aac into master Mar 25, 2018
@freakboy3742 freakboy3742 deleted the secondary-window branch March 25, 2018 08:20
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