* Source/NSTextView.m (-_updateState:): Invalidate cursor rects

so the cursor rects over links, for example, are updated when
text is edited.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@33434 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Eric Wasylishen 2011-07-03 04:45:29 +00:00
parent 394d42736a
commit 04342f72c6

View file

@ -516,6 +516,8 @@ this happens when layout has been invalidated, and when we are resized.
[self updateInsertionPointStateAndRestartTimer:
[self shouldDrawInsertionPoint]];
[self _updateInputMethodState];
/* In case any sections of text with custom cursors were moved */
[[self window] invalidateCursorRectsForView: self];
}
- (void) _layoutManagerDidInvalidateLayout