Skip to content

Commit

Permalink
lil cursor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticthreads committed Jun 4, 2013
1 parent af981b7 commit 78d0768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LinkingEditor.m
Expand Up @@ -262,7 +262,7 @@ - (void)updateTextColors {
[self setBackgroundColor:bgColor];
}
[[self enclosingScrollView] setBackgroundColor:bgColor];
if (IsLionOrLater) {
if (IsLionOrLater&&[self textFinderIsVisible]) {
[[self window]invalidateCursorRectsForView:[[self enclosingScrollView]findBarView]];
}

Expand Down

0 comments on commit 78d0768

Please sign in to comment.