macOS: Fix --start-as=fullscreen not working when another window is already fullscreen

Apparently, we need to make the window visible before full screening it.
Sigh. I dont know why Apple insisted on this horrible "fancy"
fullscreen of theirs, it's full of bugs and dog slow.

Fixes #7448
This commit is contained in:
Kovid Goyal
2024-05-19 20:43:38 +05:30
parent 5dd737e991
commit f86102ab88
2 changed files with 23 additions and 0 deletions

View File

@@ -96,6 +96,8 @@ Detailed list of changes
- launch --hold: Fix hold not working if kernel signals process group with SIGINT (:iss:`7466`)
- macOS: Fix --start-as=fullscreen not working when another window is already fullscreen (:iss:`7448`)
0.34.1 [2024-04-19]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~