mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-02 07:10:59 +00:00
Call the new methods from suitable places.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17206 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
def73c1f91
commit
b0e1cf1da8
2 changed files with 4 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
* Headers/gnustep/gui/NSTextView.h, Source/NSTextView.m: Add
|
* Headers/gnustep/gui/NSTextView.h, Source/NSTextView.m: Add
|
||||||
-_updateInputMethodState and -_updateInputMethodWithInsertionPoint:
|
-_updateInputMethodState and -_updateInputMethodWithInsertionPoint:
|
||||||
methods. Minor cleanups in comments.
|
methods. Call them in suitable places. Minor cleanups in comments.
|
||||||
|
|
||||||
2003-07-12 Gregory John Casamento <greg_casamento@yahoo.com>
|
2003-07-12 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||||
|
|
||||||
|
|
|
@ -322,6 +322,7 @@ this happens when layout has been invalidated, and when we are resized.
|
||||||
[self setNeedsDisplay: YES];
|
[self setNeedsDisplay: YES];
|
||||||
[self updateInsertionPointStateAndRestartTimer:
|
[self updateInsertionPointStateAndRestartTimer:
|
||||||
[self shouldDrawInsertionPoint]];
|
[self shouldDrawInsertionPoint]];
|
||||||
|
[self _updateInputMethodState];
|
||||||
}
|
}
|
||||||
|
|
||||||
-(void) _layoutManagerDidInvalidateLayout
|
-(void) _layoutManagerDidInvalidateLayout
|
||||||
|
@ -3036,6 +3037,8 @@ Figure out how the additional layout stuff is supposed to work.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
[self _updateInputMethodWithInsertionPoint: _insertionPointRect.origin];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue