-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fill split view background so avoid window glitch
When scrolling too fast the left scroll view might be a little smaller than the split view's immediate content view (which is a custom NSView) due to syntax highlighter-triggered resizing, resulting a gutter at the bottom of the document. Worked around by painting the split view with editor background (so that the gutter is not visible).
- Loading branch information
Showing
2 changed files
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters