macvim-dev / macvim

Vim - the text editor - for macOS
https://macvim.org
Vim License
7.47k stars 680 forks source link

Fix tabs drawing over rest of MacVim in macOS 14 Sonoma #1440

Closed ychin closed 8 months ago

ychin commented 8 months ago

macOS 14 now defaults clipsToBounds to false, which works in most places in MacVim but seems to cause issues with PSMTabBar which relies on clipping to work. Since we are replacing it soon, simply set clipsToBounds to true for the control.

Fix #1439