Skip to content

Commit f42aacc

Browse files
committed
Fixes #58
1 parent 763e458 commit f42aacc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

SCXcodeMinimap/SCXcodeMinimapView.m

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -635,6 +635,10 @@ - (void)resizeWithOldSuperviewSize:(NSSize)oldSize
635635
{
636636
[super resizeWithOldSuperviewSize:oldSize];
637637

638+
if(self.editorTextView.textStorage.editedMask) {
639+
return;
640+
}
641+
638642
self.shouldAllowFullSyntaxHighlight = NO;
639643

640644
CGRect frame = self.textView.bounds;

0 commit comments

Comments
 (0)