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

Correctly set host window's parent #326

Merged
merged 2 commits into from
Mar 11, 2024

Conversation

BAndysc
Copy link
Contributor

@BAndysc BAndysc commented Mar 10, 2024

What is the current behavior?

Host windows (additional dock windows) are always Topmost and don't have parent.

What is the updated/expected behavior with this PR?

Host windows have correctly set parent - the main dock control window. They also no longer have top most flag. Instead, in most platforms (checked Windows and Mac), if the parent is correctly set, the children windows are always on top of the parent, but don't have to be on top of other windows, which is muuuuch more useful than the old behaviour.

@wieslawsoltes wieslawsoltes merged commit b77793f into wieslawsoltes:master Mar 11, 2024
1 of 4 checks passed
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.

2 participants