Commit 757387a
committed
Qt: Fix Exclusive Fullscreen not on right display
Add an explicit create() call that creates the HWND early . This makes sure when when rendering to main window, it stays on the current display the main window is at. This fixes the bug where rendering to main with exclusive fullscreen would move to the primary monitor.
Not everyone may need this fix. Create() is implicity called in showFullscreen() or showNormal(), but there might be some certain combination of Windows settings or devices that may need it.1 parent 4c42672 commit 757387a
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2582 | 2582 | | |
2583 | 2583 | | |
2584 | 2584 | | |
| 2585 | + | |
| 2586 | + | |
2585 | 2587 | | |
| 2588 | + | |
| 2589 | + | |
2586 | 2590 | | |
2587 | 2591 | | |
2588 | 2592 | | |
| |||
0 commit comments