-
Notifications
You must be signed in to change notification settings - Fork 320
Fix bitcoin-qt visual glitches on Wayland #904
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
base: master
Are you sure you want to change the base?
Fix bitcoin-qt visual glitches on Wayland #904
Conversation
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. ReviewsSee the guideline for information on the review process.
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update. |
0fcab7d
to
5535da8
Compare
5535da8
to
76e4b71
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Concept ACK
If you can, please check how this behaves on #817.
The main window (BitcoinGUI) does not need to be passed to bringToFront(), doing so sets Qt::WindowStaysOnTopHint on the main window and causes it to flicker. Fixes bitcoin-core#904 and bitcoin/bitcoin#33432.
76e4b71
to
6542d5f
Compare
The main window (BitcoinGUI) does not need to be passed to bringToFront(), doing so sets Qt::WindowStaysOnTopHint on the main window and causes it to flicker. Fixes bitcoin-core#904 and bitcoin/bitcoin#33432.
6542d5f
to
949e953
Compare
@pablomartin4btc can you please re-review? |
6f71ab2
to
50f4b19
Compare
The main window (BitcoinGUI) does not need to be passed to bringToFront(), doing so sets Qt::WindowStaysOnTopHint on the main window and causes it to flicker. Fixes bitcoin-core#903.
50f4b19
to
095f920
Compare
The main window (BitcoinGUI) does not need to be passed to bringToFront(), doing so sets Qt::WindowStaysOnTopHint on the main window and causes it to flicker.
Fixes #903.