mirror of
https://github.com/textmate/textmate.git
synced 2026-01-14 01:08:04 -05:00
We add a border to the NSTextField in Dark Mode to match the system tool tips, but it appears that the frame returned by “fittingSize” does not take that into account, so it returns a frame 1-2 points too small to fit the text, resulting in the last line missing. This appears to be a fairly new problem, so might depend on the SDK that we link with.