Skip to content

Commit 829f11b

Browse files
committed
#5 Reverted non contiguous layout because of poor editing performance.
1 parent 421ea54 commit 829f11b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SCXcodeMinimap/SCMiniMapView.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ - (NSTextView *)textView
7474
[_textView.textContainer setLineFragmentPadding:0.0f];
7575

7676
[_textView.layoutManager setDelegate:self];
77-
[_textView.layoutManager setAllowsNonContiguousLayout:YES];
78-
[_textView.layoutManager setBackgroundLayoutEnabled:YES];
77+
// [_textView.layoutManager setAllowsNonContiguousLayout:YES];
78+
// [_textView.layoutManager setBackgroundLayoutEnabled:YES];
7979

8080
[_textView setAllowsUndo:NO];
8181
[_textView setAllowsImageEditing:NO];

0 commit comments

Comments
 (0)