Now Window -> Minimize menu item is broken on Linux.
Steps to reproduce:
- start
bitcoin-qt
- activate Window -> Minimize menu item with a keyboard (not by a shortcut) or a mouse
Expected behavior
The main window gets minimized.
Actual behavior
The main window still unchanged. Even worse: the menu widget becomes a separate window:
This PR does not touch the macOS specific code as qApp->focusWindow()
seems work on macOS flawlessly.