mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
* 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:
parent
394d42736a
commit
04342f72c6
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue