From 18e6341897fdc02ede79074e235464b542cdef0d Mon Sep 17 00:00:00 2001 From: Bibiko Date: Thu, 17 Feb 2011 17:42:24 +0000 Subject: =?UTF-8?q?=E2=80=A2=20fixed=20tiny=20overseen=20bug=20by=20speedi?= =?UTF-8?q?ng=20up=20the=20line=20numbering;=20the=20complete=20visible=20?= =?UTF-8?q?rect=20will=20be=20updated?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/NoodleLineNumberView.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/NoodleLineNumberView.m') diff --git a/Source/NoodleLineNumberView.m b/Source/NoodleLineNumberView.m index b5429ac4..1d44c939 100644 --- a/Source/NoodleLineNumberView.m +++ b/Source/NoodleLineNumberView.m @@ -198,7 +198,7 @@ typedef NSRange (*RangeOfLineIMP)(id object, SEL selector, NSRange range); if(editMask != 1) [self invalidateLineIndices]; - [self setNeedsDisplayInRect:[[[self scrollView] contentView] bounds]]; + [self setNeedsDisplay:YES]; } -- cgit v1.2.3