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 1d1bfd2 commit 26bf8ecCopy full SHA for 26bf8ec
SCXcodeMinimap/SCXcodeMinimapView.m
@@ -132,7 +132,7 @@ - (instancetype)initWithEditor:(IDESourceCodeEditor *)editor
132
// The editor's layout manager needs to be the last one, otherwise live issues don't work
133
NSTextStorage *storage = self.editorTextView.textStorage;
134
[storage removeLayoutManager:self.editorTextView.layoutManager];
135
- [storage addLayoutManager:self.textView.layoutManager];
+ [self.textView setTextStorage:storage];
136
[storage addLayoutManager:self.editorTextView.layoutManager];
137
138
[self.editorTextView.foldingManager setDelegate:self];
0 commit comments