mirror of
https://github.com/textmate/textmate.git
synced 2026-01-22 13:17:55 -05:00
Previously we placed the views with a one point gap between them and had the superview fill the background. This works fine, but has the somewhat theoretical disadvantage that the superview then needs to implement drawRect: and for performance reasons declare that it is “opaque” which means subviews can’t use the (true) window background, should they want to. Also add a preferences key for “tabs above document” (issue issue #214), but not hooked up in this commit.