Commit 7589bf4
committed
Revert "Workaround for latest Apple regression in Tahoe"
This reverts commit d837a64.
Commit 24b31d9 fixes the original
problem of "ghost windows" that d837a64 was trying to solve. (I have no
idea how or why it does.)
One side-effect of the workaround from d837a64 is that it causes closed
windows to be moved to the (0,0) before being destroyed. This means that
when creating new windows, they are placed on the left-most display,
instead of the display in which the previously closed window was on as
you would expect. Reverting this kludge fixes this bug.1 parent 14a429c commit 7589bf4
1 file changed
+1
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1950 | 1950 | | |
1951 | 1951 | | |
1952 | 1952 | | |
1953 | | - | |
1954 | | - | |
1955 | | - | |
1956 | | - | |
1957 | | - | |
1958 | | - | |
| 1953 | + | |
1959 | 1954 | | |
1960 | 1955 | | |
1961 | 1956 | | |
| |||
0 commit comments