Attempt to fix the redraw issue.

This commit is contained in:
Lukhnos Liu 2013-01-25 08:54:34 -08:00
parent 1445ac501e
commit 337b295950
1 changed files with 0 additions and 5 deletions

View File

@ -243,11 +243,6 @@ static const CGFloat kCandidateTextLeftMargin = 8.0;
} }
} }
// fix a subtle on 10.7 that, since we force the scroller to appear, scrolling sometimes shows a temporarily "broken" scroll bar (but quickly disappears)
if ([_scrollView hasVerticalScroller]) {
[self forceUpdateVerticalScroller];
}
return attrString; return attrString;
} }