We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 421ea54 commit 829f11bCopy full SHA for 829f11b
SCXcodeMinimap/SCMiniMapView.m
@@ -74,8 +74,8 @@ - (NSTextView *)textView
74
[_textView.textContainer setLineFragmentPadding:0.0f];
75
76
[_textView.layoutManager setDelegate:self];
77
- [_textView.layoutManager setAllowsNonContiguousLayout:YES];
78
- [_textView.layoutManager setBackgroundLayoutEnabled:YES];
+// [_textView.layoutManager setAllowsNonContiguousLayout:YES];
+// [_textView.layoutManager setBackgroundLayoutEnabled:YES];
79
80
[_textView setAllowsUndo:NO];
81
[_textView setAllowsImageEditing:NO];
0 commit comments