File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3487,7 +3487,7 @@ test text-14.18 {ConfigureText procedure} -constraints fonts -setup {
34873487# The "overrideredirect" gets rid of the titlebar so the toplevel can shrink
34883488# to the appropriate size.
34893489# On macOS, however, there is no way to make the window overlap the
3490- # menubar. Starting with macOS 16 (Sequoia) it became impossible for
3490+ # menubar. Starting with macOS 15 (Sequoia) it became impossible for
34913491# the y coordinate of the top of a window to be less than 10 plus the
34923492# menubar height (as reported by [[NSApp mainMenu] menuBarHeight]).
34933493
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ proc makeToplevels {} {
3838# got moved to the requested location should use a y coordinate larger than the
3939# height of the menubar (normally 23 pixels) and an x coordinate larger than
4040# the width of the dock, if it happens to be on the left. Starting with
41- # macOS 16 (Sequoia) it became impossible for the y coordinate of the top
41+ # macOS 15 (Sequoia) it became impossible for the y coordinate of the top
4242# of a window to be less than 10 plus the menubar height (as reported by
4343# [[NSApp mainMenu] menuBarHeight]).
4444
You can’t perform that action at this time.
0 commit comments