diff options
author | John Moffett <john.moff@gmail.com> | 2022-11-15 10:41:03 -0500 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2022-11-17 14:43:34 +0000 |
commit | 39af5f216461b614c78060ff89ea1ab03b936dd0 (patch) | |
tree | f9f6e17e879754ea02bbc28ba9b0faa02e8b83f3 /src/node | |
parent | dd314fe0c2f64818d2789955a8ceef50d3d6597d (diff) |
Fixes bitcoin#26490 by preventing notifications
MacOS 13 sends a window focus change notification after the main
window has been destroyed but before the QTApplication has been
destroyed. This results in the menu bar receiving a notification
despite it no longer existing. The solution is to pass the main
window as context when subscribing to the notifications. Qt
automatically unsubscribes to notifications if the sender OR
context is destroyed.
Github-Pull: bitcoin-core/gui#680
Rebased-From: 8a5014cd8a05b3ab86ae34a47653a82ce11bdf17
Diffstat (limited to 'src/node')
0 files changed, 0 insertions, 0 deletions