Commit 6f71ab2
committed
qt: don't pass BitcoinGUI to bringToFront()
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 and bitcoin/bitcoin#33432.1 parent e14451a commit 6f71ab2
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1510 | 1510 | | |
1511 | 1511 | | |
1512 | 1512 | | |
1513 | | - | |
1514 | | - | |
1515 | 1513 | | |
1516 | 1514 | | |
1517 | 1515 | | |
| |||
0 commit comments