Page MenuHomePhabricator

[backport#14594] qt: Fix minimized window bug on Linux
ClosedPublic

Authored by majcosta on Nov 27 2020, 22:16.

Details

Reviewers
deadalnix
Group Reviewers
Restricted Project
Commits
rABC1e1bd99a6435: [backport#14594] qt: Fix minimized window bug on Linux
Summary

a88640e123ca0c00d81719f9a009699c26e85b90 Fix minimized window bug on Linux (Hennadii Stepanov)

Pull request description:

Fix #14591

On some Linux systems the minimized to the taskbar (iconified) main window cannot be restored properly using actions from the systray icon menu when `QSystemTrayIcon::contextMenu()` is a child of the main window.

Backport of Core PR14594

Test Plan
ninja all check check-functional
./src/qt/bitcoin-qt -regtest

make sure minimizing and restoring the window works fine

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable