mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
This requires clipping the left/right border of the scroll view (using a narrow superview), which is something I have avoided since Interface Builder has a warning about “view is clipping its content” and I seem to recall there being some issues with drawing focus ring around clipped views in the past, but as we are not using a xib nor drawing a focus ring around the NSScrollView being clipped, this approach should be OK. The advantage is of course that we ensure system colors for the borders.