Implemented becomeKeyWindow

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14164 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
nico 2002-07-17 13:29:41 +00:00
parent 3327a132ef
commit d0ae904f63

View file

@ -3008,6 +3008,14 @@ afterString in order over charRange. */
}
}
- (void) becomeKeyWindow
{
if ([self shouldDrawInsertionPoint])
{
[self updateInsertionPointStateAndRestartTimer: YES];
}
}
- (void) drawRect: (NSRect)rect
{
/* TODO: Only do relayout if needed */