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

fix: don't change the topmost value of child windows #5330

Merged
merged 3 commits into from
Apr 18, 2024

Conversation

Nerixyz
Copy link
Contributor

@Nerixyz Nerixyz commented Apr 17, 2024

Changing the topmost value of a non-top-level window on Windows will cause the top-level window to have its value changed too. This would cause bugs when manually setting the topmost status on a window by right-clicking in the notebook and opening a dialog (e.g. the select-channel dialog), which would try to disable the topmost value (as the setting isn't set).

This should only affect Windows as we don't use Qt there, but might be good to test on other platforms as well.

@pajlada pajlada merged commit 86a2782 into Chatterino:master Apr 18, 2024
17 checks passed
@Nerixyz Nerixyz deleted the fix/no-top-level-child branch April 18, 2024 14:27
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