From 337b2959508a17288e4ca9806f0f00f9ea7eef90 Mon Sep 17 00:00:00 2001 From: Lukhnos Liu Date: Fri, 25 Jan 2013 08:54:34 -0800 Subject: [PATCH] Attempt to fix the redraw issue. --- Source/CandidateUI/VTVerticalCandidateController.m | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Source/CandidateUI/VTVerticalCandidateController.m b/Source/CandidateUI/VTVerticalCandidateController.m index b5d63826..75d2ea10 100644 --- a/Source/CandidateUI/VTVerticalCandidateController.m +++ b/Source/CandidateUI/VTVerticalCandidateController.m @@ -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; }