Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix tabs drawing over rest of MacVim in macOS 14 Sonoma
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
- Loading branch information